daily.data.glucose.updated
Each sample is uniquely identified by a triple key (3-tuple) comprising of its resource type name,
its source (ID or slug) and its timestamp. e.g., (glucose, fitbit, 2023-01-23T12:34:56Z)
.
If multiple samples are received at the same triple key, the last sample received replaces all its previous versions.
Properties
Constant: daily.data.glucose.updated
Measurement id. Note, this field has been deprecated and is no longer used
The timestamp of the measurement.
Time zone UTC offset of the measurement. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source.
The value of the measurement.
The reading type of the measurement, e.g. cuff, scale, manual_scan, etc.
The unit of the value. We use SI units where possible, e.g. mmol/L for glucose/cholesterol, bpm for heart rate, etc.
Name of source of information
Slug for designated source
URL for source logo
Examples
{
"event_type": "daily.data.glucose.updated",
"data": {
"data": [
{
"timestamp": "2023-05-26T20:56:47.037439+00:00",
"timezone_offset": null,
"value": 0.5,
"type": "automatic | manual_scan",
"unit": "mmol/L"
}
],
"source_id": 1,
"source": {
"name": "Oura",
"slug": "oura",
"logo": "https://logo_url.com"
},
"user_id": "cd97b6e0-09cb-4c1d-911e-ade8a04a5fbf",
"user_key": "4d840fe2-9624-4323-b1a7-0ff5c4b8d7d2"
}
}