get_kudoers_by_activity_id
Retrieve the list of athletes who kudoed a specific activity by providing its ID. Supports pagination for efficient handling of large kudo lists.
Instructions
List Activity Kudoers
Endpoint: GET /activities/{id}/kudos
Description: Returns the athletes who kudoed an activity identified by an identifier. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.
Read-only operation. Scopes: one of: activity:read, activity:read_all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The identifier of the activity. | |
| page | No | Page number. Defaults to 1. | |
| per_page | No | Number of items per page. Defaults to 30. |