News
Entity representing the latest news for its owner. In order to get a News entity, use getNews(personID, maxPerStream, filters, fields).
Fields
Field | Type | Mode † | Description |
---|---|---|---|
id | String | read-only | Identifier (unique within an object type and Jive instance) of this object. |
newsStreams | NewsStream[] | read-only | The news streams entities for the user. This field is sorted in the order
of subscription streams first in the curator provided order, followed by
user's own custom streams' activity.Retrieves: |
owner | Person | read-only | The person (or other object) that the news is for. |
resources | Object | read-only | Resource links (and related permissions for the requesting person) relevant to this object. |
type | String | read-only | The object type of this object. |