JiveExtension
Jive extensions are additions to the standard activitystrea.ms JSON format for
activity stream entries. It is
optionally included as the jive
field in an Activity.
Fields
Field | Type | Mode † | Description |
---|---|---|---|
answer | String | read-only | URI of the correct answer (if any), if this object is a discussion marked as a question. Availability:Only present if the Since: 3.2 |
canComment | Boolean | read-only | |
canReply | Boolean | read-only | |
collection | String | read-only | Identifier that groups several activities around the same topic. Activities within such a collection are ordered newest to oldest by activity date. |
collectionRead | Boolean | read-only | Boolean indicating if the Acclaim collection is read or unread. Availability:Only present if the containing activity appears in the inbox as Acclaim, e.g. an activity with a verb field of "jive:liked". Since: 3.2 |
collectionUpdated | ISO 8601 Date | read-only | Date of latest activity of the identifier that groups several activities. |
display | String | optional | Value describing the grouping style to be applied to this activity stream entry. Valid values are:
|
helpful | String[] | read-only | URIs of messages that have been marked "helpful", if Availability:Only present if the Since: 3.2 |
likeCount | Integer | read-only | Number of people who have liked this object. Availability:Will be present only for object types that support being liked. Since: 3.4 |
liked | Boolean | read-only | Flag indicating whether the requesting user has liked this object. Availability:Will be present only for object types that support being liked. Since: 3.5 |
mentioned | ActivityObject | read-only | The object that was actually mentioned (typically a Person or a Place). Availability:Only present when this activity stream entry or inbox entry represents a mention
(i.e. the Since: 3.2 |
parent | ActivityObject | read-only | Parent content object for this comment or message. Availability:Only present on Jive creation activities related to comments or messages. Since: 3.1 |
parentActor | ActivityObject | read-only | Actor who created the parent content object for this comment or message. Availability:Only present on Jive creation activities related to comments or messages Since: 3.3 |
parentLikeCount | Integer | read-only | Number of people who have liked the parent content object for this comment or message. Availability:Only present on Jive creation activities related to comments or messages Since: 3.3 |
parentLiked | Boolean | read-only | Flag indicating whether the requesting user has liked the parent content object for this comment or message. Availability:Only present on Jive creation activities related to comments or messages Since: 3.5 |
parentReplyCount | Integer | read-only | Number of replies to the parent content object for this comment or message. Availability:Only present on Jive creation activities related to comments or messages Since: 3.3 |
question | Boolean | read-only | Flag indicating that this discussion is marked as a question, if Availability:Only present if the Since: 3.2 |
read | Boolean | read-only | Flag indicating the inbox entry corresponding to this activity has been read. Availability:Only present on activities that correspond to inbox entries |
replyCount | Integer | read-only | The number of comments on or replies to the Jive object represented by the "object" field of the containing activity. Availability:Only present for supported content types, e.g. direct messages, updates, blog posts, and discussions. |
resolved | String | read-only | If the Availability:Only present when the |
state | String | read-only | Flag indicating the current state of an action. Valid values are:
Availability:Only present on activities that correspond to actions, when accessed via |
update | String | read-only | URI to update the read/unread state of the content object associated with this inbox entry. If the
Availability:Only present on activities that correspond to inbox entries Since: 3.1 |
updateCollection | String | read-only | URI of the REST endpoint to mark the acclaim inbox entry as read or unread. Availability:Only present if the containing activity appears in the inbox as Acclaim, e.g. an activity with a verb field of "jive:liked". Since: 3.2 |