provider reactions GET
/reactions.get @utdk/slack
/reactions.get reactions_get
Gets reactions for an item.
- token query required
- Authentication token. Requires scope: `reactions:read`
- string
- channel query
- Channel where the message to get reactions for was posted.
- string
- file query
- File to get reactions for.
- string
- file_comment query
- File comment to get reactions for.
- string
- full query
- If true always return the complete reaction list.
- boolean
- timestamp query
- Timestamp of the message to get reactions for.
- string
Try it
Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import slack from '@utdk/slack';
await slack.reactionsGet()