/
/Global.health curator service API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 40m ago · Updated 1mo ago
Auth1
Case15
  • 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.
  • postStreams an attachment of cases matching the search query.
  • postGenerates signed URL to download full data set from AWS S3
  • postChanges status for a list of cases
  • postUpserts multiple cases
  • postBatch updates cases
  • postBatch updates cases that match the query property
  • getGets a specific case
  • putUpdates a specific case
  • deleteDeletes a specific case
  • getLists IDs of excluded cases for a specified source
Geocode4
Source10
Suggest5
User5
    Case

    Deletes 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.

    delete/cases

    Request body

    OR

    Response

    Cases deleted