get https://api.sikoia.com/v2/cases
Returns a list of all cases.
This list can be filtered using query parameters such as case_type
, stage
, source
, owner
, owner_id
and keyword
.
The keyword
query parameter searches for matching strings within the Case's name
, reference
and description
fields.
Support for multiple filters is available by separating them with a comma. For instance, to retrieve all approved and rejected cases, use the stage
query parameter with the value Approved,Rejected
.