List all reactions from a post
Returns a list of reactions to either a post or a post comment.
Path parameters
The ID of the associated post. <br> 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 parameters
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.
A limit for the number of items returned in the response. The value can be set between 1 and 100.
The id of the comment to get reactions from. <br> Linkedin: use the comment id returned by the comments list.
The id of the account to perform the request from.
Response
OK. Request succeeded.
Changes
No recorded changes to this endpoint across all 1 revision of this API.