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
Key | Datatype | Required | Description |
---|---|---|---|
user | string | Show reactions made by this user. Defaults to the authed user. | |
full | string | If true always return the complete reaction list. | |
count | string | ||
page | string | ||
cursor | string | Parameter 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. | |
limit | string | The 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
{"ok":"\u003cboolean\u003e","items":[],"paging":{"page":"\u003cinteger\u003e","total":"\u003cinteger\u003e","count":"\u003cinteger\u003e","pages":"\u003cinteger\u003e","per_page":"\u003cinteger\u003e","spill":"\u003cinteger\u003e"},"response_metadata":{}}