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.respiratory_rate.created
daily.data.respiratory_rate.created
, daily.data.respiratory_rate.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.
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 bpm.
The timestamp of the measurement.
Average respiratory rate::breaths per minute
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.respiratory_rate.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": [
{
"timestamp": "2023-02-13T14:30:52+00:00",
"unit": "bpm",
"value": 15.5
}
]
}
}