PlaceTemplateCategory
A category groups or classifies place templates. Jive ships with some categories out of the
box. From the admin console it is also possible for administrators to create new categories.
Since: 3.9
Fields
Field | Type | Mode † | Description |
---|---|---|---|
description | String | read-only | Description of the category. |
displayNameLocalized | String | read-only | Localized display name of the category. |
| Boolean | read-only | Flag indicating if the category is hidden. This means that the category is not available for users to chose from. |
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. |
jiveCategory | Boolean | read-only | Flag indicating if this category is shipped with Jive. |
name | String | read-only | Name of the category |
resources | Object | read-only | Resource links (and related permissions for the requesting person) relevant to this object. |
templates | PlaceTemplate[] | read-only | Place templates that are included in this category. |
type | String | read-only | The object type of this object ("placeTemplateCategory"). |
Resources
Resource | Method | Description |
---|---|---|
self | GET | Return an updated version of this place template category. |