Vitals Timeseries
historical.data.blood_pressure.created
Historical pull of blood_pressure data has completed and you can now pull data for this resource.
Properties
event_typerequired
const string
Constant: historical.data.blood_pressure.created
datarequired
HistoricalDataCreated
user_idrequired
string
start_daterequired
string
end_daterequired
string
is_finalrequired
boolean
providerrequired
string
Examples
{
"event_type": "historical.data.blood_pressure.created",
"data": {
"user_id": "d45a8608-4ec0-45e3-bc5d-eff1e6d20501",
"start_date": "2023-06-21T13:06:13.561959+00:00",
"end_date": "2023-09-19T13:06:13.562052+00:00",
"is_final": true,
"provider": "oura"
}
}