v1

latestOpenAPI 3.0.3MIT2026-07-17162044.6 KB
Case

Streams a CSV, TSV or JSON attachment of cases matching the search query. If caseIds are supplied the CSV only contains cases with those ids. You cannot supply both query and caseIds.

post/cases/download

Request body

caseIdsstring[]

Cases corresponding to these ids will be returned

querystring

Cases matching this query will be returned. This is ignored if empty.

limitstring

Max number of rows that can be downloaded when query is provided

formatstring

Format of data

Response

OK