Requires ModuleWhat's this?
This capability is implemented by a Jive Module.
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

PropertyTypeMode Description
followerCountIntegerread-only

Number of people following this object.

Availability:

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

hexColorStringread-only

The hex color associated to this event type.

idStringread-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.

isFollowedBooleanread-only

Whether the current user is following this object.

Availability:

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

likeCountIntegerread-only

Number of people who have liked this object.

Availability:

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

localizedDisplayNameStringread-only

The display name of this event type.

nameStringread-only

The default name of this event type.

publishedISO 8601 Dateread-only

Date and time this object was originally created.

tagsString[]optional

Tags associated with this object.

Availability:

Will be present only for object types that support tags

typeStringrequired

The object type for this object ("eventCategoryType"). This field is required when creating new content.

typeCodeIntegerread-only
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