Get support
Request a Demo
Search...
/
Get Started
Welcome
Guides
Authentication
Patient Management
Order Management
Device Management
Webhook Management
API Reference
Clinical Notes
Devices
Inventory
Items
Kits
Manufacturers
Orders
Patients
Procurements
Sites
Transfers
Webhooks
Readings - Blood Glucose
Readings - Blood Oxygen
Readings - Blood Pressure
Readings - Heart Rate
Readings - Heart Rate Variability
Readings - Peak Flow
Readings - Temperature
GET
List Temperature Readings
POST
Record Temperature Reading
GET
Export Temperature Readings
GET
Fetch Temperature Reading
Readings - Weight
Tests
Resources
Models
OpenAPI Spec
Get support
Request a Demo
API Reference
Readings - Temperature
Fetch Temperature Reading
GET
https://
app.impiloplatform.com
/
api
/
v3
/
temperature-reading
/
:readingId
Fetches a specific Impilo temperature reading by its ID.
Path parameters
readingId
integer
Required
Response
This endpoint returns an object.
readingTimestamp
datetime
The UTC timestamp at which the reading was taken.
id
integer
Optional
Unique identifier for the reading.
manual
boolean
Optional
True if the reading value was entered manually, false or null otherwise.
deviceTimeZoneOffset
integer
Optional
The offset of the device's timezone from UTC in seconds. Null if unavailable.
patientTimeZoneOffset
integer
Optional
The offset of the patient's timezone from UTC in seconds. Null if unavailable.
patient
object
Optional
The patient who took the reading.
Show 12 properties
item
object
Optional
The item used to take the reading.
Show 6 properties
device
object
Optional
The device used to take the reading.
Show 11 properties
temperatureUnit
string
Optional
The unit in which the temperature was measured.
temperature
double
Optional
The temperature measurement value.
Built with