Exercises training stats
GET {{baseUrl}}/{{version}}/stats/training/exercises/{{exercise_id}}?start_date=2022-06-29&end_date=2022-07-06&by=reps&type=count
This endpoint returns the training stats for a given team Team UID
By setting the by
parameter it allows you to control what kind of data you want back. For example:
- number of sets
- number of reps
- number of sessions
This endpoint also groups the data by month or by day depending on whether there a more than 31 days gap between the start_date
and end_date
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start_date | string | required | |
end_date | string | required | |
by | string | required | |
type | string | nullable |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |