Get Reactions
GET https://api.stream-io-api.com/api/v1.0/reaction/user_id/Cody/like?api_key={{API_KEY}}&limit={{integer}}&id_gte={{string}}&id_gt={{string}}&id_lte={{string}}&id_lt={{string}}&with_activity_data={{boolean}}
Request Params
Key | Datatype | Required | Description |
---|
api_key | string | | |
limit | string | | Optional - Amount of reactions requested from the API. Default: 10. Max: 25. Values larger than the max will be ignored and the max limit will be used |
id_gte | string | | Optional - Filter the reactions on ids greater than or equal to the given value |
id_gt | string | | Optional - Filter the reactions on ids greater than the given value |
id_lte | string | | Optional - Filter the reactions on ids smaller than or equal to the given value |
id_lt | string | | Optional - Filter the reactions on ids smaller than the given value |
with_activity_data | string | | Optional - Returns the activity data when lookup_attr is activity_id |
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
Authorization | string | | |
Stream-Auth-Type | string | | |