Get supportRequest a Demo
  • Get Started
    • Welcome
  • Guides
    • Authentication
    • Patient Management
    • Order Management
    • Device Management
    • Webhook Management
  • Webhooks
  • API Reference
  • Resources
    • OpenAPI Spec
    • Mobile SDK
LogoLogo
Get supportRequest a Demo
API ReferenceReadings Blood Pressure

Fetch Blood Pressure Reading

GET
/api/v3/blood-pressure-reading/:readingId
GET
/api/v3/blood-pressure-reading/:readingId
1curl https://app.impiloplatform.com/api/v3/blood-pressure-reading/42 \
2 -H "Impilo-API-Key: <Impilo-API-Key>"
Try it
200example
1{
2 "readingTimestamp": "2024-07-04T00:00:00Z",
3 "device": {
4 "currentPatient": {
5 "firstName": "John",
6 "lastName": "Doe",
7 "address": {
8 "city": "Philadelphia",
9 "country": "USA",
10 "lineOne": "1234 Market Street",
11 "state": "PA",
12 "zipCode": "19137",
13 "lineTwo": "Suite 110"
14 },
15 "dateOfBirth": "1987-09-13",
16 "email": "email@example.com",
17 "externalIdentifier": "external-identifier-123",
18 "id": 456,
19 "phoneNumber": "111-222-3333",
20 "sex": "unknown"
21 },
22 "currentStatus": "withPatient",
23 "deviceEvents": [],
24 "deviceIdentifiers": [
25 {
26 "type": "imei",
27 "value": "354833969951611"
28 },
29 {
30 "type": "serial",
31 "value": "A44-A0623930"
32 },
33 {
34 "type": "macAddress",
35 "value": "f51da43314fc"
36 }
37 ],
38 "disabledReadings": false,
39 "id": 599,
40 "item": {
41 "id": 791,
42 "manufacturer": {
43 "id": 2,
44 "name": "Custom Manufacturer"
45 },
46 "model": "iBloodPressureMonitor123",
47 "name": "Blood Pressure Monitor",
48 "sku": "0000001"
49 }
50 },
51 "diastolic": 80,
52 "diastolicUnit": "mmHg",
53 "heartRate": 70,
54 "heartRateUnit": "bpm",
55 "id": 42,
56 "item": {
57 "id": 791,
58 "manufacturer": {
59 "id": 2,
60 "name": "Custom Manufacturer"
61 },
62 "model": "iBloodPressureMonitor123",
63 "name": "Blood Pressure Monitor",
64 "sku": "0000001"
65 },
66 "manual": false,
67 "patient": {
68 "firstName": "John",
69 "lastName": "Doe",
70 "address": {
71 "city": "Philadelphia",
72 "country": "USA",
73 "lineOne": "1234 Market Street",
74 "state": "PA",
75 "zipCode": "19137",
76 "lineTwo": "Suite 110"
77 },
78 "dateOfBirth": "1987-09-13",
79 "email": "email@example.com",
80 "externalIdentifier": "external-identifier-123",
81 "id": 456,
82 "phoneNumber": "111-222-3333",
83 "sex": "unknown"
84 },
85 "systolic": 120,
86 "systolicUnit": "mmHg"
87}
Fetches a specific Impilo blood pressure reading by its ID.
Was this page helpful?
Previous

List Blood Pressure Readings

Next
Built with

Authentication

Impilo-API-Keystring
API Key authentication via header

Path parameters

readingIdlongRequired

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.
diastolicinteger or null
The diastolic measurement value.
diastolicUnitenum or null
Allowed values:
heartRateinteger or null
The heart rate measurement value.
heartRateUnitenum or null
Allowed values:
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.
systolicinteger or null
The systolic measurement value.
systolicUnitenum or null
Allowed values: