get-workout-events
Retrieve paginated workout events (updates/deletes) after a given timestamp, enabling efficient cache sync without full workout list downloads.
Instructions
Retrieve a paged list of workout events (updates or deletes) since a given date. Events are ordered from newest to oldest. The intention is to allow clients to keep their local cache of workouts up to date without having to fetch the entire list of workouts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| since | No | 1970-01-01T00:00:00Z | |
| pageSize | No |