Readings - Blood Glucose

Fetch Blood Glucose Reading

GET
This endpoint returns a specific blood glucose reading based on the reading identifier provided in the path.

Path parameters

readingIdintegerRequired

Response

This endpoint returns an object
readingTimestamp
datetime
The UTC timestamp at which the reading was taken.
id
integerOptional
Unique identifier for the reading.
manual
booleanOptional
True if the reading value was entered manually, false or null otherwise.
deviceTimeZoneOffset
integerOptional
The offset of the device's timezone from UTC in seconds. Null if unavailable.
patientTimeZoneOffset
integerOptional
The offset of the patient's timezone from UTC in seconds. Null if unavailable.
patient
objectOptional
The patient who took the reading.
item
objectOptional
The item used to take the reading.
device
objectOptional
The device used to take the reading.
glucose
integerOptional
The blood glucose measurement value.
glucoseUnit
enumOptional
Allowed values: mgdl
beforeMeal
booleanOptional
True if the reading was taken before a meal, false otherwise.
afterMeal
booleanOptional
True if the reading was taken after a meal, false otherwise.