PollOptionImage

An image which has been stored and relates to a poll option. An example JSON representation looks like this:

{
  "option" : "Blue",
  "type" : "pollOptionImage",
  "image" : {
      "type" : "image",
      "size" : 98013,
      "width" : 251,
      "height" : 201,
      "contentType" : "image/png",
      "ref" : "https://example.jiveon.com/api/core/v3/images/1038",
      "id" : "1038"
  }
}
Since: 3.8

Fields

FieldTypeMode Description
followerCountIntegerread-only

Number of people following this object.

Availability:

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

imageImageread-only

The image associated to the poll option.

likeCountIntegerread-only

Number of people who have liked this object.

Availability:

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

optionStringread-only

The option in the poll that relates to the image.

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.

tagsString[]optional

Tags associated with this object.

Availability:

Will be present only for object types that support tags

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