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

KeyDatatypeRequiredDescription
start_datestringrequired
end_datestringrequired
bystringrequired
typestringnullable

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token