get
https://{baseURL}/services/apexrest/ThinkLP/incidents
Retrieve cases with optional filtering (AND logic across all filters).
Date Filters (ISO 8601, open-ended ranges supported):
lastModifiedDateFrom/lastModifiedDateTo- Filter by LastModifiedDatecreatedDateFrom/createdDateTo- Filter by CreatedDate- Formats:
YYYY-MM-DD(date only) orYYYY-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.