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
- 200
- 400
- 500
The matching cases, with the counters needed to page through them.
A filter carries a value that is not accepted, or pagination is out of range.