List reactions on a post
get_posts_postId_reactionsReturns an empty list when the post has no reactions. Group: Posts. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results per page. | |
| start | No | Offset of the first result. Pass the `cursor` value from the previous response to fetch the next page. | |
| postId | Yes | The post's `ugcPostId`, taken from `/person-profile/posts` or `/company/posts`. Use `ugcPostId` here, not `activityId`. |