Acclaim
Acclaim Service
Get Acclaims
GET /acclaim
Return a paginated list of acclaims for the authenticated user.
Query Parameters:
Name | Type | Required | Description |
---|---|---|---|
count | Integer | false | The maximum number of acclaims to be returned. By default is 5. |
before | String | false | Date and time in ISO-8601 format that indicates the maximum date. By default is 'now' |
fields | String | false | The fields to be returned on each acclaim |
Return Status:
HTTP Status Code | Description |
---|---|
400 (Bad Request) | An input field is malformed |
403 (Forbidden) | The requesting user is not authorize to retrieve this information |
Since: 3.5
Create Acclaim Read
POST /acclaim/{collectionIdentifier}/read
Marks the given activity collection as read (currently can be the Acclaim inbox entry or the "Welcome to Jive" entry).
Path Parameters:
Name | Type | Required | Description |
---|---|---|---|
collectionIdentifier | String | true | Activity collection identifier (obtained from an activity object's "jive.updateCollection" field) representing the activity collection to be marked as read. |
Return Status:
HTTP Status Code | Description |
---|---|
204 (No Content) | the acclaim was successfully marked as read |
400 (Bad Request) | An input field is missing or malformed |
403 (Forbidden) | You are not allowed to create this activity stream entry |
Destroy Acclaim Unread
DELETE /acclaim/{collectionIdentifier}/read
Marks the given activity collection as unread (currently can be the Acclaim inbox entry or the "Welcome to Jive" entry).
Path Parameters:
Name | Type | Required | Description |
---|---|---|---|
collectionIdentifier | String | true | Activity collection identifier (obtained from an activity object's "jive.updateCollection" field) representing the activity collection to be marked as unread. |
Return Status:
HTTP Status Code | Description |
---|---|
204 (No Content) | the acclaim was successfully marked as unread |
400 (Bad Request) | An input field is missing or malformed |
403 (Forbidden) | You are not allowed to create this activity stream entry |