Current section
Files
Jump to
Current section
Files
priv/docs/methods/reactions.list.json
{
"args": {
"count": {
"default": "100",
"desc": "",
"required": false,
"type": "integer"
},
"cursor": {
"desc": "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.",
"example": "dXNlcjpVMDYxTkZUVDI=",
"required": false,
"type": "string"
},
"full": {
"desc": "If true always return the complete reaction list.",
"required": false,
"type": "boolean"
},
"limit": {
"desc": "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. 0",
"example": "20",
"required": false,
"type": "integer"
},
"page": {
"default": "1",
"desc": "",
"required": false,
"type": "integer"
},
"team_id": {
"desc": "encoded team id to list reactions in, required if org token is used",
"required": false,
"type": "string"
},
"user": {
"desc": "Show reactions made by this user. Defaults to the authed user.",
"required": false,
"type": "string"
}
},
"desc": "Lists reactions made by a user.",
"errors": { "user_not_found": "Value passed for `user` was invalid." },
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "reactions:read",
"url": "https://docs.slack.dev/reference/scopes/reactions.read"
}
],
"user": [
{
"name": "reactions:read",
"url": "https://docs.slack.dev/reference/scopes/reactions.read"
}
]
}
}