List all reactions from a post

Returns a list of reactions to either a post or a post comment.

Path Params
string
required

The ID of the associated post.
Linkedin: use the social_id from the post object (GET post or list posts). The post id visible in url will not work in all case, you can refer here for more details : https://developer.unipile.com/docs/posts-and-comments

Query Params
string
length ≥ 1

A cursor for pagination purposes. To get the next page of entries, you need to make a new request and fulfill this field with the cursor received in the preceding request. This process should be repeated until all entries have been retrieved.

integer
1 to 100

A limit for the number of items returned in the response. The value can be set between 1 and 100.

string

The id of the comment to get reactions from.
Linkedin: use the comment id returned by the comments list.

string

The id of the account to perform the request from.

Responses

Language
Credentials
Header
URL
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json