Readings - Temperature

Fetch Temperature Reading

GET
Fetches a specific Impilo temperature reading by its ID.

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.
temperatureUnit
stringOptional
The unit in which the temperature was measured.
temperature
doubleOptional
The temperature measurement value.