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 Peak Flow

Record Peak Flow Reading

POST
/api/v3/peak-flow-reading
POST
/api/v3/peak-flow-reading
1curl -X POST https://app.impiloplatform.com/api/v3/peak-flow-reading \
2 -H "Impilo-API-Key: <Impilo-API-Key>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "peakExpiratoryFlow": 132,
6 "readingTimestamp": "2024-07-04T00:00:00Z",
7 "deviceId": 599,
8 "deviceTimeZoneOffset": -14400,
9 "forcedExpiratoryVolumeInOneSecond": 0.89,
10 "manual": false
11}'
Try it
Records a peak flow reading based on the provided request. Either a device ID, device identifier, or patient ID is required.
Was this page helpful?
Previous

Fetch Sleep Mat Activity Reading

Next
Built with
Fetch Sleep Mat Activity Reading
Records a peak flow reading based on the provided request. Either a device ID, device identifier, or patient ID is required.

Authentication

Impilo-API-Keystring
API Key authentication via header

Request

This endpoint expects an object.
peakExpiratoryFlowdoubleRequired
The Peak Expiratory Flow, measured in L/min.
readingTimestampstringRequiredformat: "date-time"
The UTC timestamp at which the reading was taken.
deviceIdlongOptional
The id of the device that took the reading.
deviceIdentifierstringOptional
The device identifier of the device that took the reading.
deviceTimeZoneOffsetintegerOptional
The offset of the device's timezone from UTC in seconds. Null if unavailable.
forcedExpiratoryVolumeInOneSeconddoubleOptional
The Forced Expiratory Volume in One Second value, in L.
manualbooleanOptional
True if the reading value was entered manually, false or null otherwise.
patientIdlongOptional
The id of the patient that took the reading.

Response

OK
readingTimestampstringformat: "date-time"
The UTC timestamp at which the reading was taken.
deviceobject or null
A device is an instance of an item. Impilo creates device records for items that are serialized, i.e., items where each individual unit is identified by a serial number, IMEI, or other identifier.
deviceTimeZoneOffsetinteger or null
The offset of the device's timezone from UTC in seconds. Null if unavailable.
forcedExpiratoryVolumedouble or null
forcedExpiratoryVolumeUnitenum or null
Allowed values:
idlong or null
Unique identifier for the reading.
itemobject or null
An item is any of the supplies handled by Impilo. Examples include medical devices like a blood pressure monitor or weight scale, but the term 'item' also refers to non-medical supplies like AAA batteries and package inserts. A customer catalog is a subset of all items supported by Impilo. This is set during onboarding and may be modified by your account manager at any time. A customer may view the items in their catalog.
manualboolean or null
True if the reading value was entered manually, false or null otherwise.
patientobject or null
The Patient resource represents a patient in the Impilo system. It includes personal information, contact details, and enrollment status.
patientTimeZoneOffsetinteger or null
The offset of the patient's timezone from UTC in seconds. Null if unavailable.
peakExpiratoryFlowdouble or null
peakExpiratoryFlowUnitenum or null
Allowed values:
Unique identifier for the reading.
True if the reading value was entered manually, false or null otherwise.
The Patient resource represents a patient in the Impilo system. It includes personal information, contact details, and enrollment status.
The offset of the patient's timezone from UTC in seconds. Null if unavailable.
The offset of the device's timezone from UTC in seconds. Null if unavailable.
The Forced Expiratory Volume in One Second value, in L.
True if the reading value was entered manually, false or null otherwise.
The id of the patient that took the reading.
API Key authentication via header
OK

The Peak Expiratory Flow, measured in L/min.

An item is any of the supplies handled by Impilo. Examples include medical devices like a blood pressure monitor or weight scale, but the term ‘item’ also refers to non-medical supplies like AAA batteries and package inserts. A customer catalog is a subset of all items supported by Impilo. This is set during onboarding and may be modified by your account manager at any time. A customer may view the items in their catalog.