This feature may not be available on all Jive instances.
osapi.jive.corev3.contents.EventCategoryType
Jive Core API entity representing the category of an event. An example JSON representation looks like this:
{ "name" : "Demo", "id" : "1", "localizedDisplayName" : "Demo", "hexColor" : "#EEFFEE" }
Availability:
Available only when the Events plugin is installed in this Jive instance
Since: 3.14
Properties
Property | Type | Mode † | Description |
---|---|---|---|
followerCount | Integer | read-only | ↑ Number of people following this object. Availability:Will be present only for object types that support being followed. |
hexColor | String | read-only | ↑ The hex color associated to this event type. |
id | String | read-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. |
isFollowed | Boolean | read-only | ↑ Whether the current user is following this object. Availability:Will be present only for object types that support being followed. |
likeCount | Integer | read-only | ↑ Number of people who have liked this object. Availability:Will be present only for object types that support being liked. |
localizedDisplayName | String | read-only | ↑ The display name of this event type. |
name | String | read-only | ↑ The default name of this event type. |
published | ISO 8601 Date | read-only | ↑ Date and time this object was originally created. |
| String[] | optional | ↑ Tags associated with this object. Availability:Will be present only for object types that support tags |
type | String | required | ↑ The object type for this object ("eventCategoryType"). This field is required when creating new content. |
typeCode | Integer | read-only | ↑ |
updated | ISO 8601 Date | read-only | ↑ Date and time this object was most recently updated. |