ExternalStreamDefinition
{ "id":"1006", "name":"UPS tracking activity", "state":"published", "client_id":"4bca2e5c-e537-4484-b4e6-9614dcf44991", "displayName":"UPS tracking", "register":"http://myjiveservice.com/register", "type":"extStreamDefinition", "categories":[ { // Integration Tile Category JSON }, ... ], "published":"2013-01-17T00:16:28.352+0000", "updated":"2013-01-17T00:16:28.352+0000", "resources":{ "self":{ "allowed":[ "GET" ], "ref":"http://example.jiveon.com/api/core/v3/extstreams/definitions/1006" } }, "icons":{ "16":"http://example.jiveon.com/api/core/v3/images/1016", "48":"http://example.jiveon.com/api/core/v3/images/1017", "128":"http://example.jiveon.com/api/core/v3/images/1018" } }
Fields
Field | Type | Mode † | Description |
---|---|---|---|
action | String | optional | URL that provides the processing logic for handling clicks on actions in the presentation of data from this Tile |
addOn | AddOn | read-only | |
categories | TileCategory[] | optional | |
client_id | String | optional | |
config | String | optional | URL of an HTML file used for powering a custom view (like a lightweight app) to configure the tile |
| String | optional | |
deprecation | Deprecation | read-only | Information describing the deprecation status of this object |
description | String | optional | |
descriptionLocalized | String | read-only | |
displayName | String | required | |
displayNameLocalized | String | read-only | |
icons | Object | optional | |
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. |
isDeletable | Boolean | read-only | |
name | String | required | |
productName | String | optional | |
published | ISO 8601 Date | read-only | |
register | String | optional | |
resources | Object | read-only | Resource links (and related permissions for the requesting person) relevant to this object. |
sampleData | Object | optional | Sample of the data that can be pushed to instances of this definition. Possible values are: Configuration of this instance in JSON format. Retrieves: |
state | String | optional | State of this definition. Possible values are:
|
unregister | String | optional | |
updated | ISO 8601 Date | read-only | |
usesOAuth2 | Boolean | optional | |
followed | Boolean | read-only | Whether the current user is following this object. Availability:Will be present only for object types that support being followed. |
Resources
Resource | Method | Description |
---|---|---|
self | GET | Return an updated version of this external stream definition. |