Retrieve a list of workout set records for a workout in the tracker system.
Permission | Description |
---|---|
tracker_workout_sets.view | View tracker workout sets |
{
"data": [<tracker workout set resource>, ...],
"links": {<pagination data>},
"meta": {<pagination data>}
}
Status | Error Type | Reference |
---|---|---|
401 | Unauthorized | Authentication error |
403 | Forbidden | Permission error |