Activity Stream¶
Use this endpoint when an external system needs to read channel activity items, optionally filtered to a specific object inside the channel.
Returns the activity stream on a channel with optional object filter.
Required Scope¶
activity_read
Parameters¶
| Parameter Name | Description |
|---|---|
apiKey | A unique key used to authenticate and authorise the calling system. |
logonId | User’s logon Id. |
logonProvider | The authentication provider used for user login (e.g., 'Organization' for Emakin's default login system). |
channelId | Id number of channel. Required. |
date | Start date of activities. If not specified all returns. |
order | Order of activities. Can be Ascending (default) or Descending. |
length | Maximum number of activities to return. If not specified all returns. |
objectId | Object Id to filter activities. If not specified all returns. |
Example Call¶
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | |