/
/Global.health data service
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 29m 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

    Lists IDs of excluded cases for a specified source

    get/excludedCaseIds

    Query parameters

    sourceIdstring required

    ID of source to filter out only excluded cases from.

    dateFromstring date

    Start date for excluded cases lookup

    dateTostring date

    Start date for excluded cases lookup

    Response

    OK

    casesstring[] required