v1

latestOpenAPI 3.1.02026-07-241460559.8 KB

Get cases by filters

post/resources/api/caseManagement/v2/cases/byFilter

Query parameters

offsetinteger

Cursor offset used for pagination. Defaults to 0.

limitinteger

Maximum number of cases returned per response. Defaults to 100.

orderstring

The field used to sort results. Prefix the field name with - for descending order (for example, -createdAt sorts from newest to oldest).

countTotalItemsboolean

When set to true, the response includes the total count of items matching the filter.

Request body

idsstring[]

Each string is a specific case ID to retrieve directly. <br><br>You can find this identifier in the Dashboard when selecting a specific case, or save it when creating a new case via API.