/
/Global.health data service
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Case13
  • getLists cases
  • putUpserts a case
  • postCreates one (or multiple identical) new cases
  • deleteDeletes multiple cases. It is required to supply exactly one of either caseIds or query in the request body. If caseIds are supplied, cases corresponding to those caseIds will be deleted. If query is supplied, all cases that match the query will be deleted.
  • postStreams 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.
  • postBatch upserts cases
  • postBatch updates cases
  • postBatch updates cases that match the query property
  • getGets a specific case
  • putUpdates a specific case
  • deleteDeletes a specific case
  • postChanges status for a list of cases
  • getLists IDs of excluded cases for a specified source
Suggest3
    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