Fetch Blood Glucose Reading

GET

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

Path parameters

readingIdlongRequired

Response

This endpoint returns an object.
readingTimestampdatetime

The UTC timestamp at which the reading was taken.

idlongOptional

Unique identifier for the reading.

manualbooleanOptional

True if the reading value was entered manually, false or null otherwise.

deviceTimeZoneOffsetintegerOptional

The offset of the device’s timezone from UTC in seconds. Null if unavailable.

patientTimeZoneOffsetintegerOptional

The offset of the patient’s timezone from UTC in seconds. Null if unavailable.

patientobjectOptional

The patient who took the reading.

itemobjectOptional

The item used to take the reading.

deviceobjectOptional

The device used to take the reading.

glucoseintegerOptional

The blood glucose measurement value.

glucoseUnit"mgdl"Optional
Allowed values: mgdl
beforeMealbooleanOptional

True if the reading was taken before a meal, false otherwise.

afterMealbooleanOptional

True if the reading was taken after a meal, false otherwise.