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

GET
/api/v3/blood-pressure-reading/export
GET
/api/v3/blood-pressure-reading/export
1curl https://app.impiloplatform.com/api/v3/blood-pressure-reading/export \
2 -H "Impilo-API-Key: <Impilo-API-Key>"
Try it

Authentication

Impilo-API-Keystring
API Key authentication via header

Query parameters

excelbooleanOptional
Determines the format of the export: if true, the data is returned in Excel format; otherwise, it is returned as CSV.
patientIdlongOptional
The ID of the patient whose blood pressure readings are to be exported. If not provided, readings for all patients may be exported.
startstringOptionalformat: "date-time"
Was this page helpful?
Previous

Fetch Blood Pressure Reading

Next
Built with
Provides an export of blood pressure readings for a specified patient over a selected date range, available in either Excel or CSV format. Users can specify a patient ID to retrieve data for a particular individual, or leave the parameter empty to potentially export data for all patients, depending on service implementation. Optional start and end date parameters allow for filtering the data by the desired timeframe. The 'excel' flag determines the format of the output; when true, the data is exported in Excel format, otherwise, it is provided as a CSV file. The response consists of a direct stream of the chosen data format to the client.
Export Blood Pressure Readings
The start date for filtering blood pressure readings. Only readings after or equal to this date will be included.
endstringOptionalformat: "date-time"
The end date for filtering blood pressure readings. Only readings before this date will be included.
API Key authentication via header
The ID of the patient whose blood pressure readings are to be exported. If not provided, readings for all patients may be exported.

Provides an export of blood pressure readings for a specified patient over a selected date range, available in either Excel or CSV format. Users can specify a patient ID to retrieve data for a particular individual, or leave the parameter empty to potentially export data for all patients, depending on service implementation. Optional start and end date parameters allow for filtering the data by the desired timeframe. The ‘excel’ flag determines the format of the output; when true, the data is exported in Excel format, otherwise, it is provided as a CSV file. The response consists of a direct stream of the chosen data format to the client.

Determines the format of the export: if true, the data is returned in Excel format; otherwise, it is returned as CSV.