TileCategory
A category groups or classifies tile definitions. Jive ships with some categories out of the
box. From the admin console it is also possible for administrators to create new categories.
Fields
Field | Type | Mode † | Description |
---|---|---|---|
defaultCategory | Boolean | read-only | Flag indicating if this category should be pre-selected when browsing categories. |
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. |
tiles | TileDefinition[] | read-only | Tile definitions that are included in this category. |
type | String | read-only | The object type of this object ("tileCategory"). |
Resources
Resource | Method | Description |
---|---|---|
self | GET | Return an updated version of this tile category. |