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
GET
List Blood Pressure Readings
POST
Record Blood Pressure Reading
GET
Export Blood Pressure Readings
GET
Fetch Blood Pressure Reading
Readings - Heart Rate
Readings - Heart Rate Variability
Readings - Peak Flow
Readings - Temperature
Readings - Weight
Tests
Resources
Models
OpenAPI Spec
Get support
Request a Demo
API Reference
Readings - Blood Pressure
Fetch Blood Pressure Reading
GET
https://
app.impiloplatform.com
/
api
/
v3
/
blood-pressure-reading
/
:readingId
Fetches a specific Impilo blood pressure 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
systolic
integer
Optional
The systolic measurement value.
systolicUnit
"mmhg"
Optional
Allowed values:
mmhg
diastolic
integer
Optional
The diastolic measurement value.
diastolicUnit
"mmhg"
Optional
Allowed values:
mmhg
heartRate
integer
Optional
The heart rate measurement value.
heartRateUnit
"bpm"
Optional
Allowed values:
bpm
Built with