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
Readings - Weight
GET
List Weight Readings
POST
Record Weight Reading
GET
Export Weight Readings
GET
Fetch Weight Reading
Tests
Resources
Models
OpenAPI Spec
Get support
Request a Demo
API Reference
Readings - Weight
Fetch Weight Reading
GET
https://
app.impiloplatform.com
/
api
/
v3
/
weight-reading
/
:readingId
Fetches a specific Impilo weight 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.
weight
double
The weight reading in lbs.
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
weightUnit
"lbs"
Optional
Allowed values:
lbs
Built with