ActivityObject
An ActivityObject is a generic object in an Activity Stream entry. ActivityObjects can have
MediaLinks
for the image
field.
Fields
Field | Type | Mode † | Description |
---|---|---|---|
| ActivityObject | read-only | The person (or other entity) that created or authored this object. |
content | String | read-only | Natural language description of this object (may contain HTML markup). |
displayName | String | read-only | Natural language, human readable, and plain text name of this object. |
id | String | read-only | Permanent and universally unique identifier for this object. For standard Jive objects (those for
which the |
image | MediaLink | read-only | Description of a resource providing a visual representation of this object, intended for human consumption. |
objectType | String | read-only | The type of this object. Standard Jive objects will all have a prefix
of |
published | ISO 8601 Date | read-only | Date and time when this object was initally published. |
summary | String | read-only | Natural language summarization of this object, which may contain HTML markup. |
updated | ISO 8601 Date | read-only | Date and time at which a previously published object was modified. |
url | String | read-only | IRI identifying a resource that provides an HTML representation of the object. |