Export records uploaded in a date range

post

/v0/export

Specify the inclusive start and end dates and the export format in the request body.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
The startDate and and end dates are in UTC format. The export format can be HL7_RAW, CVRS_RAW, CVRS_PROCESSED_REDACTED, or CVRS_PROCESSED_NON_REDACTED. The raw formats specify the uploaded data as received. CVRS_PROCESSED_REDACTED specifies the records as processed by the redacted database and the CVRS_PROCESSED_NON_REDACTED specifies the records as processed by the non-redacted database. ""
Root Schema : schema
Type: object
Show Source
Security
Back to Top

Response

Supported Media Types

Default Response

The API returns the immunization records uploaded between the start date and the end date in JSON format.
Body ()
Root Schema : ExportResponse
Type: object
Show Source
Back to Top