osapi.jive.corev3.contents.Image

An image which has been stored via a POST to . An example JSON representation looks like this:

{
  "type" : "image",
  "size" : 98013,
  "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.

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.

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.

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").

updatedISO 8601 Dateread-only

Date and time this object was most recently updated.

→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations