get_comments_by_id_reactions
Retrieve reactions to a specific comment by its ID, with options for extended details and pagination.
Instructions
Get comment reactions.
GET /comments/{id}/reactions/
Args: id: Path parameter. extended: Extended information to include in the response. page: The page number to retrieve limit: The number of items per page, can be a number or the value all
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| page | No | ||
| limit | No | ||
| extended | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |