v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
providers

Export HSD Report

Triggers an export workflow for the HSD (Health Service Delivery) report. The export will include provider details based on the provided filters. The result is typically a CSV or similar file, and the export is processed asynchronously.

get/providers/export/hsd-report

Query parameters

providerIdsstring[]

Provider ids to be filtered in comma separated strings within the array.

includeInactiveProvidersboolean

Whether to include Inactive Providers

limitnumber

The maximum number of records to retrieve in a single request.

offsetnumber

The starting index for pagination, specifying how many records to skip.

Headers

organization-idstring

Response

Workflow Executed. The export process has been triggered successfully.

{"stackTrail":"paths:/providers/export/hsd-report:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"message":"Workflow Executed"}}

Example response

{
  "message": "Workflow Executed"
}