reactions

Get a list of reactions to a post

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.

get/api/v4/posts/{post_id}/reactions

Path parameters

post_idstring required

ID of a post

Response

List reactions retrieve successful

user_idstring

The ID of the user that made this reaction

post_idstring

The ID of the post to which this reaction was made

emoji_namestring

The name of the emoji that was used for this reaction

create_atinteger

The time in milliseconds this reaction was made

Changes

No recorded changes to this endpoint across all 1 revision of this API.