Skip to main content

List Cases

GET 

/cases

Returns a page of your cases, most recently created first.

With no filter, only cases that are still being handled are returned; closed cases are left out. Add all=true to include them, or name the statuses you want with status. Filters combine with one another, so severity=1&contractId=C01234567 returns the critical cases of that contract only.

Request

Responses

The matching cases, with the counters needed to page through them.