Get a list of exports to IZDL

post

/v0/izdlexport/history

Returns a list of files exported to the CDC IZ Data Lale (IZDL) during a specified date range for a jurisdiction (siteKey). The start date is inclusive and the end date is exclusive.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Request for file upload records from IZDL.
Root Schema : schema
Type: object
Request for file upload records from IZDL.
Show Source
Security
Back to Top

Response

Supported Media Types

Default Response

default response
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ExportedFile
Type: object
Response from IZDL for file upload records.
Show Source
Nested Schema : fileIds
Type: array
Unique Items Required: true
The file ID assigned when uploaded.
Show Source
Nested Schema : fileNames
Type: array
Unique Items Required: true
The name of the uploaded file.
Show Source
Back to Top