/reactions.get
GET
/reactions.get
reactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/reactions.get?token='
Response Response Example
200 - response
{
"file": {
"channels": [
"C2U7V2YA2"
],
"comments_count": 1,
"created": 1507850315,
"groups": [],
"id": "F7H0D7ZA4",
"ims": [],
"name": "computer.gif",
"reactions": [
{
"count": 1,
"name": "stuck_out_tongue_winking_eye",
"users": [
"U2U85N1RV"
]
}
],
"timestamp": 1507850315,
"title": "computer.gif",
"user": "U2U85N1RV"
},
"ok": true,
"type": "file"
}
Request
Query Params
token
stringÂ
required
reactions:read
channel
stringÂ
optional
file
stringÂ
optional
file_comment
stringÂ
optional
full
stringÂ
optional
timestamp
stringÂ
optional
Responses
Modified at 2023-08-15 05:39:46