List and Get Reactions
Use Slack API calls to list and remove files.
We'll cover the following
Overview
Let’s look at the following endpoints in this lesson:
reactions.list
: This endpoint lists reactions made by a user.reactions.get
: This endpoint gets reactions for an item.
List of reactions
To create a list of reactions, we access the https://slack.com/api/reactions.list
endpoint. Using this endpoint, we will be able to list all the reactions made by a user or an application.
Some important query parameters for the reactions.list
endpoint are the following:
Get hands-on with 1200+ tech skills courses.