Trainees

A trainee's body measurements: weight history, body-fat history, circumference history, and custom measurement types. Every series is returned in full unless you narrow it with from/to or latest, which apply to all series at once. Not paginated: the response is many parallel dated series rather than one list, so a page number has no coherent meaning across them.

get/api/public/trainees/{traineeId}/measurements

Path parameters

traineeIdstring required

Query parameters

fromstring

Only entries measured on or after this date (YYYY-MM-DD).

tostring

Only entries measured on or before this date (YYYY-MM-DD).

latestinteger

Keep only the most recent N entries of each series, applied after from/to. Use it to ask for a recent trend without pulling years of history.

Response

Default Response

dataobject

Changes

No recorded changes to this endpoint across all 1 revision of this API.