Fetch Blood Glucose Reading

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

Path parameters

readingIdlongRequired

Headers

Impilo-API-KeystringRequired

Response

OK

readingTimestampstringformat: "date-time"

The UTC timestamp at which the reading was taken.

afterMealbooleanOptional

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

beforeMealbooleanOptional

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

deviceobjectOptional

The device used to take the reading.

deviceTimeZoneOffsetintegerOptional

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

glucoseintegerOptional

The blood glucose measurement value.

glucoseUnitenumOptional
Allowed values:
idlongOptional

Unique identifier for the reading.

itemobjectOptional

The item used to take the reading.

manualbooleanOptional

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

patientobjectOptional

The patient who took the reading.

patientTimeZoneOffsetintegerOptional

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