Returns a paginated list of fraud cases.
createdTime descending (newest first).filter on status, plus date-range filtering
via fromDate/toDate applied to createdTime.Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The audit user to log the request
OData-style filter supporting only the eq operator and OR connector for the status field.
status, eq, OR) and values are case-insensitive.OPEN, PENDING, CLOSED.%20) and quotes (%27) when sending as a query parameter.Supported syntax:
status eq 'VALUE' [ OR status eq 'VALUE' ]
ISO-8601 date-time to filter cases with createdTime on or after this timestamp.
"2025-07-01T00:00:00Z"
ISO-8601 date-time to filter cases with createdTime on or before this timestamp.
"2025-07-02T00:00:00Z"
Page number for pagination
x >= 0Number of items per page
1 <= x <= 100Successful retrieval of fraud cases
List of fraud case summaries