reactions list

GET {{baseUrl}}/reactions.list?user=<string>&full=<boolean>&count=<integer>&page=<integer>&cursor=<string>&limit=<integer>

Lists reactions made by a user.

Request Params

KeyDatatypeRequiredDescription
userstringShow reactions made by this user. Defaults to the authed user.
fullstringIf true always return the complete reaction list.
countstring
pagestring
cursorstringParameter for pagination. Set cursor equal to the next_cursor attribute returned by the previous request's response_metadata. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See pagination for more details.
limitstringThe maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached.

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;items&quot;:[],&quot;paging&quot;:{&quot;page&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pages&quot;:&quot;\u003cinteger\u003e&quot;,&quot;per_page&quot;:&quot;\u003cinteger\u003e&quot;,&quot;spill&quot;:&quot;\u003cinteger\u003e&quot;},&quot;response_metadata&quot;:{}}