Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/afib-burden.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Afib Burden"
description: "Retrieve grouped atrial fibrillation (AFib) burden timeseries data for a user, showing the percentage of time the heart was in AFib."
openapi: "GET /v2/timeseries/{user_id}/afib_burden/grouped"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Basal Body Temperature"
description: "Retrieve grouped basal body temperature timeseries data for a user, typically measured at rest and used to track reproductive cycles."
openapi: "GET /v2/timeseries/{user_id}/basal_body_temperature/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/blood-oxygen.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Blood Oxygen"
description: "Retrieve grouped blood oxygen saturation (SpO2) timeseries data for a user, showing the percentage of oxygen carried in the blood."
openapi: "GET /v2/timeseries/{user_id}/blood_oxygen/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/blood-pressure.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Blood Pressure"
description: "Retrieve grouped blood pressure timeseries data for a user, including systolic and diastolic measurements from connected wearables or devices."
openapi: "GET /v2/timeseries/{user_id}/blood_pressure/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/body-fat.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Body Fat"
description: "Retrieve grouped body fat percentage timeseries data for a user, sourced from connected smart scales or health tracking devices."
openapi: "GET /v2/timeseries/{user_id}/body_fat/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/body-mass-index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Body Mass Index"
description: "Retrieve grouped body mass index (BMI) timeseries data for a user, calculated from height and weight measurements over time."
openapi: "GET /v2/timeseries/{user_id}/body_mass_index/grouped"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Body Temperature Delta"
description: "Retrieve grouped body temperature delta timeseries data for a user, showing deviations from a personalized baseline temperature."
openapi: "GET /v2/timeseries/{user_id}/body_temperature_delta/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/body-temperature.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Body Temperature"
description: "Retrieve grouped body temperature timeseries data for a user, measured in degrees Celsius or Fahrenheit from connected devices."
openapi: "GET /v2/timeseries/{user_id}/body_temperature/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/body-weight.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Body Weight"
description: "Retrieve grouped body weight timeseries data for a user, sourced from connected smart scales, wearables, or manual entries."
openapi: "GET /v2/timeseries/{user_id}/body_weight/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/caffeine.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Caffeine"
description: "Retrieve grouped caffeine intake timeseries data for a user, measured in milligrams and sourced from tracking apps or manual logs."
openapi: "GET /v2/timeseries/{user_id}/caffeine/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/calories-active.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Calories Active"
description: "Retrieve grouped active calories timeseries data for a user, representing energy burned through movement and physical activity."
openapi: "GET /v2/timeseries/{user_id}/calories_active/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/calories-basal.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Calories Basal"
description: "Retrieve grouped basal calories timeseries data for a user, representing the baseline energy burned at rest to maintain vital functions."
openapi: "GET /v2/timeseries/{user_id}/calories_basal/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/carbohydrates.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Carbohydrates"
description: "Retrieve grouped carbohydrate intake timeseries data for a user, measured in grams and sourced from connected nutrition and tracking apps."
openapi: "GET /v2/timeseries/{user_id}/carbohydrates/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/cholesterol.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Cholesterol"
description: "Retrieve grouped cholesterol timeseries data for a user, including total, LDL, and HDL measurements from lab results or health devices."
openapi: "GET /v2/timeseries/{user_id}/cholesterol/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/daylight-exposure.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Daylight Exposure"
description: "Retrieve grouped daylight exposure timeseries data for a user, measuring the duration spent in outdoor light from Apple Health or similar."
openapi: "GET /v2/timeseries/{user_id}/daylight_exposure/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/distance.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Distance"
description: "Retrieve grouped distance timeseries data for a user, measured in meters from connected wearables, fitness trackers, or smartphones."
openapi: "GET /v2/timeseries/{user_id}/distance/grouped"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Electrocardiogram Voltage"
description: "Retrieve grouped electrocardiogram (ECG) voltage timeseries data for a user, capturing high-frequency heart electrical activity readings."
openapi: "GET /v2/timeseries/{user_id}/electrocardiogram_voltage/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/fall.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Fall"
description: "Retrieve grouped fall event timeseries data for a user, detected by supported wearables such as Apple Watch fall detection."
openapi: "GET /v2/timeseries/{user_id}/fall/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/floors-climbed.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Floors Climbed"
description: "Retrieve grouped floors-climbed timeseries data for a user, tracking vertical ascents recorded by connected wearables and phones."
openapi: "GET /v2/timeseries/{user_id}/floors_climbed/grouped"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Forced Expiratory Volume 1"
description: "Retrieve grouped forced expiratory volume in one second (FEV1) timeseries data for a user, used for respiratory health tracking."
openapi: "GET /v2/timeseries/{user_id}/forced_expiratory_volume_1/grouped"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Forced Vital Capacity"
description: "Retrieve grouped forced vital capacity (FVC) timeseries data for a user, measuring the total air exhaled in a forced breath test."
openapi: "GET /v2/timeseries/{user_id}/forced_vital_capacity/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/glucose.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Glucose"
description: "Retrieve grouped blood glucose timeseries data for a user, measured in mg/dL from continuous glucose monitors or manual readings."
openapi: "GET /v2/timeseries/{user_id}/glucose/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/handwashing.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Handwashing"
description: "Retrieve grouped handwashing event timeseries data for a user, detected by Apple Watch and similar wearables."
openapi: "GET /v2/timeseries/{user_id}/handwashing/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/heart-rate-alert.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Heart Rate Alert"
description: "Retrieve grouped heart rate alert timeseries data for a user, such as high, low, or irregular heart rate notifications from wearables."
openapi: "GET /v2/timeseries/{user_id}/heart_rate_alert/grouped"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Heart Rate Recovery One Minute"
description: "Retrieve grouped one-minute heart rate recovery timeseries data for a user, measuring how quickly heart rate drops after exercise."
openapi: "GET /v2/timeseries/{user_id}/heart_rate_recovery_one_minute/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/heartrate.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Heart Rate"
description: "Retrieve grouped heart rate timeseries data for a user, measured in beats per minute from connected wearables and health devices."
openapi: "GET /v2/timeseries/{user_id}/heartrate/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/hrv.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Heart Rate Variability"
description: "Retrieve grouped heart rate variability (HRV) timeseries data for a user, measured in milliseconds from wearables like Oura or Whoop."
openapi: "GET /v2/timeseries/{user_id}/hrv/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/hypnogram.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Hypnogram"
description: "Retrieve grouped hypnogram timeseries data for a user, showing sleep stage transitions (awake, light, deep, REM) over time."
openapi: "GET /v2/timeseries/{user_id}/hypnogram/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/ige.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Ige"
description: "Retrieve grouped immunoglobulin E (IgE) timeseries data for a user, used to track allergy-related antibody levels from lab results."
openapi: "GET /v2/timeseries/{user_id}/ige/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/igg.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Igg"
description: "Retrieve grouped immunoglobulin G (IgG) timeseries data for a user, used to track antibody levels from lab results and health records."
openapi: "GET /v2/timeseries/{user_id}/igg/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/inhaler-usage.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Inhaler Usage"
description: "Retrieve grouped inhaler usage event timeseries data for a user, useful for tracking asthma or respiratory medication adherence."
openapi: "GET /v2/timeseries/{user_id}/inhaler_usage/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/insulin-injection.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Insulin Injection"
description: "Retrieve grouped insulin injection event timeseries data for a user, logged from connected diabetes-management apps or devices."
openapi: "GET /v2/timeseries/{user_id}/insulin_injection/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/lean-body-mass.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Lean Body Mass"
description: "Retrieve grouped lean body mass timeseries data for a user, sourced from smart scales and body composition tracking devices."
openapi: "GET /v2/timeseries/{user_id}/lean_body_mass/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/mindfulness-minutes.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Mindfulness Minutes"
description: "Retrieve grouped mindfulness minutes timeseries data for a user, tracking time spent in meditation or mindful breathing sessions."
openapi: "GET /v2/timeseries/{user_id}/mindfulness_minutes/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/note.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Note"
description: "Retrieve grouped health-related note timeseries data for a user, capturing freeform annotations logged from Apple Health or similar apps."
openapi: "GET /v2/timeseries/{user_id}/note/grouped"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Peak Expiratory Flow Rate"
description: "Retrieve grouped peak expiratory flow rate timeseries data for a user, a respiratory metric useful for monitoring asthma and lung function."
openapi: "GET /v2/timeseries/{user_id}/peak_expiratory_flow_rate/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/respiratory-rate.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Respiratory Rate"
description: "Retrieve grouped respiratory rate timeseries data for a user, measured in breaths per minute from wearables and health devices."
openapi: "GET /v2/timeseries/{user_id}/respiratory_rate/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/sleep-apnea-alert.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Sleep Apnea Alert"
description: "Retrieve grouped sleep apnea alert timeseries data for a user, flagging possible breathing disturbances detected during sleep."
openapi: "GET /v2/timeseries/{user_id}/sleep_apnea_alert/grouped"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Sleep Breathing Disturbance"
description: "Retrieve grouped sleep breathing disturbance timeseries data for a user, indicating irregular breathing patterns during sleep."
openapi: "GET /v2/timeseries/{user_id}/sleep_breathing_disturbance/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/stand-duration.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Stand Duration"
description: "Retrieve grouped stand duration timeseries data for a user, measuring the total time spent standing as recorded by Apple Watch and similar."
openapi: "GET /v2/timeseries/{user_id}/stand_duration/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/stand-hour.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Stand Hour"
description: "Retrieve grouped stand-hour timeseries data for a user, counting hours in which the user stood and moved for at least one minute."
openapi: "GET /v2/timeseries/{user_id}/stand_hour/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/steps.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Steps"
description: "Retrieve grouped step count timeseries data for a user, aggregated from connected wearables, fitness trackers, and smartphones."
openapi: "GET /v2/timeseries/{user_id}/steps/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/stress-level.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Stress Level"
description: "Retrieve grouped stress level timeseries data for a user, typically derived from heart rate variability by connected wearables."
openapi: "GET /v2/timeseries/{user_id}/stress_level/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/uv-exposure.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Uv Exposure"
description: "Retrieve grouped UV exposure timeseries data for a user, measuring ultraviolet radiation exposure recorded by wearables and phones."
openapi: "GET /v2/timeseries/{user_id}/uv_exposure/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/vo2-max.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Vo2 Max"
description: "Retrieve grouped VO2 max timeseries data for a user, indicating aerobic fitness level as estimated by wearables and fitness trackers."
openapi: "GET /v2/timeseries/{user_id}/vo2_max/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/waist-circumference.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Waist Circumference"
description: "Retrieve grouped waist circumference timeseries data for a user, sourced from manual entries or connected body measurement devices."
openapi: "GET /v2/timeseries/{user_id}/waist_circumference/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/water.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Water"
description: "Retrieve grouped water intake timeseries data for a user, measured in milliliters and sourced from hydration and nutrition tracking apps."
openapi: "GET /v2/timeseries/{user_id}/water/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/wheelchair-push.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Wheelchair Push"
description: "Retrieve grouped wheelchair push timeseries data for a user, tracking pushes recorded by Apple Watch accessibility features."
openapi: "GET /v2/timeseries/{user_id}/wheelchair_push/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/workout-distance.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Workout Distance"
description: "Retrieve grouped workout distance timeseries data for a user, capturing per-workout distance values from connected fitness trackers."
openapi: "GET /v2/timeseries/{user_id}/workout_distance/grouped"
---

Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/data/timeseries/workout-duration.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Workout Duration"
description: "Retrieve grouped workout duration timeseries data for a user, capturing the length of exercise sessions from connected wearables."
openapi: "GET /v2/timeseries/{user_id}/workout_duration/grouped"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Workout Swimming Stroke"
description: "Retrieve grouped swimming stroke count timeseries data for a user, recorded during swim workouts by supported wearables."
openapi: "GET /v2/timeseries/{user_id}/workout_swimming_stroke/grouped"
---

Expand Down
Loading