Object
The metadata describing an object type, including the fields it includes.
Fields
Field | Type | Mode † | Description |
---|---|---|---|
associatable | Boolean | read-only | Flag indicating whether objects of this type can be associated to (followed in) an activity stream. Present on Jive core object types only. |
availability | String | read-only | Comments regarding when objects of this type will be available. |
commentable | Boolean | read-only | Flag indicating whether objects of this type can have comments added to them. Present on Jive core object types only. |
content | Boolean | read-only | Flag indicating whether this object type represents a Jive content object. Present on Jive core object types only. |
description | String | read-only | Description of this object type. |
example | String | read-only | A usage example for this object type. |
fields | Field[] | read-only | Metadata about the fields that may be present in the JSON representation of this object type. |
name | String | read-only | The name of this object type. |
objectType | Integer | read-only | Internal (to Jive) identifier for the object type of this object. |
place | Boolean | read-only | Flag indicating whether or not objects of this type are a Jive place (blog, group, project, or space). Present on Jive core object types only. |
plural | String | read-only | The plural name of this object type. Present on Jive core object types only. |
resourceLinks | Resource[] | read-only | Metadata about the resources that may be present in the JSON representation of this object type. |
since | String | read-only | Comments about the first version of the API in which this object became available. |