Get a trainee's body weight history

Returns the trainee's recorded body weight over the given date range — one entry per day that has a logged weight, in ascending date order. Days without a recorded weight are omitted (the list is not padded). Both from and to are inclusive. The range may not exceed 1 year (366 days); pull longer histories with successive ranged requests. When no weight was recorded in the range, the response is 200 with entries: [] and a human-readable message.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
Query Params
date
required

Inclusive start of the range, ISO format (YYYY-MM-DD).

date
required

Inclusive end of the range, ISO format (YYYY-MM-DD).

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*