Successful response with a list of CSV downloads.
Array of objects (CsvDownload) | |
object (PaginationMeta) |
{- "data": [
- {
- "id": "42587e44-3a3e-46de-9255-0c9a7a1d1ec7",
- "record_type": "csv_download",
- "status": "pending",
}
], - "meta": {
- "page_number": 2,
- "page_size": 25,
- "total_pages": 3,
- "total_results": 55
}
}
Successful response with details about a CSV download.
{- "data": [
- {
- "id": "42587e44-3a3e-46de-9255-0c9a7a1d1ec7",
- "record_type": "csv_download",
- "status": "pending",
}
]
}
Successful response with details about a CSV download.
Array of objects (CsvDownload) | |||||||||
Array
|
{- "data": [
- {
- "id": "42587e44-3a3e-46de-9255-0c9a7a1d1ec7",
- "record_type": "csv_download",
- "status": "pending",
}
]
}