Record Temperature Reading
Records a temperature reading based on the provided request. Either a device ID, device identifier, or patient ID is required.
Headers
Request
The UTC timestamp at which the reading was taken.
The temperature measurement value.
The unit in which the temperature was measured.
The id of the device that took the reading.
The device identifier of the device that took the reading.
The offset of the device’s timezone from UTC in seconds. Null if unavailable.
True if the reading value was entered manually, false or null otherwise.
The id of the patient that took the reading.
Response
OK
The UTC timestamp at which the reading was taken.
The device used to take the reading.
The offset of the device’s timezone from UTC in seconds. Null if unavailable.
Unique identifier for the reading.
The item used to take the reading.
True if the reading value was entered manually, false or null otherwise.
The patient who took the reading.
The offset of the patient’s timezone from UTC in seconds. Null if unavailable.
The temperature measurement value.
The unit in which the temperature was measured.