Loading…
Retrieve todays data and targets.
| Name | Type | Required | Description |
|---|---|---|---|
shared_tracker_id | string | No | ID of a shared tracker record (default: your own data). A share the caller is not party to, or one that does not exist, returns 404 — the two are indistinguishable. |
{
"consumed_water": 1.2,
"target_water": 3,
"last_night_sleep": "07:34:15",
"is_sleeping": false,
"current_weight": 78.5,
"done_workouts": [<TrackerWorkoutResource>],
"current_workout": <TrackerWorkoutResource|null>,
"planned_workout": <WorkoutPlanSessionResource>,
"planned_supplements": [<DietPlanSupplementResource>],
"planned_meals": [<DietPlanMealResource>],
"consumed_meals": [<TrackerMealResource>],
"consumed_supplements": [<TrackerSupplementResource>],
"logged_measurements": [<TrackerMeasurementResource>],
"logged_progress_photos": [<TrackerProgressPhotoResource>]
}
and are today's entries for the two share-gated activity types added alongside the original eight. Each is an empty array when the share excludes its type — and respectively — and is on a new share unless the athlete turns it on.
logged_measurementslogged_progress_photosinclude_measurementinclude_progress_photoinclude_progress_photofalse| Status | Error Type | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |