osapi.jive.corev3.contents.Image

An image which has been stored. An example JSON representation looks like this:

{
  "type" : "image",
  "size" : 98013,
  "width" : 251,
  "height" : 201,
  "contentType" : "image/png",
  "ref" : "https://example.jiveon.com/api/core/v3/images/1037",
  "id" : "1037"
}

Properties

PropertyTypeMode Description
contentTypeStringread-only

The content type of this image.

descriptionStringread-only

Description of this binary entity.

followerCountIntegerread-only

Number of people following this object.

Availability:

Will be present only for object types that support being followed.

heightIntegerread-only
The height of this image
idStringread-only

Identifier (unique within an object type and Jive instance) of this object. This field is internal to Jive and should not be confused with contentID or placeID used in URIs.

isFollowedBooleanread-only

Whether the current user is following this object.

Availability:

Will be present only for object types that support being followed.

likeCountIntegerread-only

Number of people who have liked this object.

Availability:

Will be present only for object types that support being liked.

nameStringread-only

Filename of this binary entity.

publishedISO 8601 Dateread-only

Date and time this object was originally created.

refStringread-only

The ref of this object ("image").

resourcesObjectread-only

Resource links (and related permissions for the requesting person) relevant to this object.

sizeIntegerread-only

The size (in bytes) of this image.

tagsString[]optional

Tags associated with this object.

Availability:

Will be present only for object types that support tags

typeStringread-only

The object type of this object ("image").

typeCodeIntegerread-only
updatedISO 8601 Dateread-only

Date and time this object was most recently updated.

widthIntegerread-only
The width of this image
→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations