Skip to main content
GET
List fraud cases

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

auditUser
string
required

The audit user to log the request

filter
string

OData-style filter supporting only the eq operator and OR connector for the status field.

  • Keywords (status, eq, OR) and values are case-insensitive.
  • Allowed status values: OPEN, PENDING, CLOSED.
  • Values must be enclosed in single quotes.
  • Clients must URL-encode spaces (%20) and quotes (%27) when sending as a query parameter.

Supported syntax: status eq 'VALUE' [ OR status eq 'VALUE' ]

fromDate
string<date-time>

ISO-8601 date-time to filter cases with createdTime on or after this timestamp.

Example:

"2025-07-01T00:00:00Z"

toDate
string<date-time>

ISO-8601 date-time to filter cases with createdTime on or before this timestamp.

Example:

"2025-07-02T00:00:00Z"

page
integer
default:0

Page number for pagination

Required range: x >= 0
size
integer
default:20

Number of items per page

Required range: 1 <= x <= 100

Response

Successful retrieval of fraud cases

cases
object[]
required

List of fraud case summaries