Get a list of reactions to a post
GET/api/v4/posts/:post_id/reactions
Get a list of reactions made by all users to a given post.
Permissions
Must have read_channel permission for the channel the post is in.
Request
Responses
- 200
- 400
- 401
- 403
List reactions retrieve successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions