در حال بارگذاری…
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>]
}
logged_measurements and logged_progress_photos 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 — include_measurement and include_progress_photo respectively — and
include_progress_photo is false on a new share unless the athlete turns it on.
| Status | Error Type | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |