Lab Tests
- Orders
- Results
- Appointments
Summaries
- Activity
- Body
- Meal
- Menstrual Cycle
- Profile
- Sleep
- Sleep Cycle
- Workout
- Workout Stream
Activity Timeseries
- Calories Active
- Calories Basal
- Distance
- Floors Climbed
- Steps
- VO2 Max
- Workout Duration
Vitals Timeseries
- Blood Pressure
- Blood Oxygen
- Cholesterol
- Electrocardiogram Voltage
- Glucose
- IGE
- IGG
- Insulin Injection
- Heart rate
- HRV
- Respiratory Rate
Body Timeseries
- Body Fat
- Body Weight
- Body Temperature
- Body Temperature Delta
Diary Timeseries
- Note
Nutrition Timeseries
- Caffeine
- Carbohydrates
- Water
Wellness Timeseries
- Mindfulness Minutes
- Stress Level
daily.data.heart_rate_alert.created
daily.data.heart_rate_alert.created
, daily.data.heart_rate_alert.updated
Source summarizes where a sample or a summary is sourced from. At minimum, the source provider is always included.
Provider slug. e.g., oura
, fitbit
, garmin
.
The type of the data source (app or device) by which the summary or the timeseries data were recorded. This defaults to unknown
when Vital cannot extract or infer that information
The identifier of the app which recorded this summary. This is only applicable to multi-source providers like Apple Health and Android Health Connect.
For workout stream timeseries, this is the standard sport slug of the workout with which the timeseries data are associated.
For the distance
timeseries, this is wheelchair_pushing
if the user is a wheelchair user, or null
otherwise.
For all summary types and non-workout timeseries, this is always null
.
For workout stream timeseries, this is the workout ID with which the timeseries data are associated.
For all other types, this is always null
.
Deprecated. Subject to removal after 1 Jan 2024.
Deprecated. Use provider
instead. Subject to removal after 1 Jan 2024.
Deprecated. Subject to removal after 1 Jan 2024.
{ "provider": "oura", "type": "ring" }
low_heart_rate
, high_heart_rate
, irregular_rhythm
count
Depracated. The start time (inclusive) of the interval.
The start time (inclusive) of the interval.
The end time (exclusive) of the interval.
1
Deprecated
Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source.
{
"event_type": "daily.data.heart_rate_alert.created",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"client_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"data": {
"source": {
"provider": "oura",
"type": "ring"
},
"data": [
{
"end": "2023-02-13T14:30:52+00:00",
"start": "2023-02-13T14:30:52+00:00",
"type": "irregular_rhythm",
"unit": "count",
"value": 1
}
]
}
}