Retrieve a list of workout records in the tracker system.
| Permission | Description |
|---|---|
tracker_workouts.view | View tracker workouts |
| Name | Type | Required | Description |
|---|---|---|---|
start_date | string | No | Start of the date range (YYYY-MM-DD) |
end_date | string | No | End of the date range (YYYY-MM-DD) |
shared_tracker_id | string | No | ID of a shared tracker record (default: your own data) |
search | string | No | Search by notes |
page | int | No | Page number for pagination |
{
"data": [<tracker workout resource>, ...],
"links": {<pagination data>},
"meta": {<pagination data>}
}
| Status | Error Type | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |