Get Activities (Enrich)
GET https://api.stream-io-api.com/api/v1.0/enrich/activities?api_key={{api_key}}&ids={{string}}
Request Params
Key | Datatype | Required | Description |
---|
foreign_ids | string | | Optional - A comma separated list of activity foreign IDs. Maximum length is 100, and must match the length of timestamps. |
timestamps | string | | Optional - A comma separated list of activity timestamps. Maximum length is 100, and must match the length of foreign_ids. |
withRecentReactions | string | | Optional - If true activity object will have attribute "latest_reactions" that contains list of recently created reactions |
recentReactionsLimit | string | | Optional - number of reactions in the "latest_reactions" attribute, maximum value is 25. |
withOwnReactions | string | | Optional - If true activity object will have attribute "own_reactions" that contains list of reactions created by the user himself. |
withReactionCounts | string | | Optional - If true activity object will have attribute "reaction_counts" that contains number of reactions for each kind |
api_key | string | | |
ids | string | | |
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
Authorization | string | | |
Stream-Auth-Type | string | | |