Fetch Temperature Reading

Fetches a specific Impilo temperature reading by its ID.

Path parameters

readingIdlongRequired

Headers

Impilo-API-KeystringRequired

Response

OK
readingTimestampstringformat: "date-time"
The UTC timestamp at which the reading was taken.
deviceobject or null
The device used to take the reading.
deviceTimeZoneOffsetinteger or null
The offset of the device's timezone from UTC in seconds. Null if unavailable.
idlong or null
Unique identifier for the reading.
itemobject or null
The item used to take the reading.
manualboolean or null
True if the reading value was entered manually, false or null otherwise.
patientobject or null
The patient who took the reading.
patientTimeZoneOffsetinteger or null
The offset of the patient's timezone from UTC in seconds. Null if unavailable.
temperaturedouble or null
The temperature measurement value.
temperatureUnitstring or null
The unit in which the temperature was measured.