Fetch Blood Glucose Reading
This endpoint returns a specific blood glucose reading based on the reading identifier provided in the path.
Path parameters
readingId
Headers
Impilo-API-Key
Response
This endpoint returns an object.
readingTimestamp
The UTC timestamp at which the reading was taken.
id
Unique identifier for the reading.
manual
True if the reading value was entered manually, false or null otherwise.
deviceTimeZoneOffset
The offset of the device’s timezone from UTC in seconds. Null if unavailable.
patientTimeZoneOffset
The offset of the patient’s timezone from UTC in seconds. Null if unavailable.
patient
The patient who took the reading.
item
The item used to take the reading.
device
The device used to take the reading.
glucose
The blood glucose measurement value.
glucoseUnit
Allowed values:
beforeMeal
True if the reading was taken before a meal, false otherwise.
afterMeal
True if the reading was taken after a meal, false otherwise.