Provides API to access the activity stream of an identity.
Resource | Description |
---|---|
GET api/social/v1-alpha3/{portalContainerName}/activity_stream/{identityId}.{format} | Gets activities of a defined identity based on an specific activity called baseActivity. |
GET api/social/v1-alpha3/{portalContainerName}/activity_stream/feed.{format} | Gets the activity stream feed of the authenticated user identity based on an specific activity called "baseActivity". |
GET api/social/v1-alpha3/{portalContainerName}/activity_stream/spaces.{format} | Gets space activities of spaces based on an specific activity called "baseActivity". |
GET api/social/v1-alpha3/{portalContainerName}/activity_stream/connections.{format} | Gets activities of connections of a specified identity based on an specific activity called "baseActivity". |
GET api/social/v1-alpha3/{portalContainerName}/activity_stream/{identityId}ByTimestamp.{format} | Gets activities of a defined identity based on a specific time. |
GET api/social/v1-alpha3/{portalContainerName}/activity_stream/feedByTimestamp.{format} | Gets the activity stream feed of the authenticated user identity based on a specific time. |
GET api/social/v1-alpha3/{portalContainerName}/activity_stream/spacesByTimestamp.{format} | Gets space activities based on a specific time. |
GET api/social/v1-alpha3/{portalContainerName}/activity_stream/connectionsByTimestamp.{format} | Gets activities of connections of a specified identity based on a specific time. |