API Reference

List Cases

Retrieve cases with optional filtering (AND logic across all filters).

Date Filters (ISO 8601, open-ended ranges supported):

  • lastModifiedDateFrom / lastModifiedDateTo - Filter by LastModifiedDate
  • createdDateFrom / createdDateTo - Filter by CreatedDate
  • Formats: YYYY-MM-DD (date only) or YYYY-MM-DDTHH:mm:ssZ (full datetime)
  • Open-ended: Can specify only 'from' or only 'to' (or both)

Text Filters (exact match, case-sensitive):

  • incidentType - Incident type (e.g., "Theft", "Fraud")
  • investigationType - Investigation type (e.g., "External Theft")
  • status - Case status (e.g., "Open", "Closed")

Filter Combination: All filters are optional and combined with AND logic.


?lastModifiedDateFrom=2025-10-01&status=Open&incidentType=Theft

Returns all Theft incidents with Open status modified on/after Oct 1, 2025.


Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!