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
- Wheelchair Push
- Stand Hour
- Stand Duration
- Fall
Vitals Timeseries
- Blood Pressure
- Blood Oxygen
- Cholesterol
- Electrocardiogram Voltage
- Glucose
- IGE
- IGG
- Insulin Injection
- Heart rate
- HRV
- Respiratory Rate
- Forced Expiratory Volume 1
- Forced Vital Capacity
- Peak Expiratory Flow Rate
- Inhaler Usage
Body Timeseries
- Body Fat
- Body Weight
- Body Mass Index
- Lean Body Mass
- Waist Circumference
- Body Temperature
- Body Temperature Delta
- Basal Body Temperature
Diary Timeseries
- Note
Nutrition Timeseries
- Caffeine
- Carbohydrates
- Water
Wellness Timeseries
- Sleep Apnea Alert
- Sleep Breathing Disturbance
- Mindfulness Minutes
- Stress Level
- UV Exposure
- Daylight Exposure
- Handwashing
daily.data.calories_basal.created
daily.data.calories_basal.created
, daily.data.calories_basal.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" }
Measured in kilocalories (kcal)
"kcal"
The timestamp of the measurement.
Basal Metabolic Rate at the time or interval::kilocalories
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.
The reading type of the measurement. This is applicable only to Cholesterol, IGG, IGE and InsulinInjection.
{
"event_type": "daily.data.calories_basal.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:57:24+00:00",
"start": "2023-02-13T14:30:52+00:00",
"unit": "kcal",
"value": 22.8
}
]
}
}