List Fraud Cases

Display a page of Fraud Cases.

SecurityapiKey
Request
query Parameters
classification
string (FraudCaseClassification)
Default: "STANDARD"

Classification used to filter results.

Example: classification=STANDARD
page
integer
Default: 0

The page index. The index of the first page is 0.

Example: page=0
pageSize
integer
Default: 200

Number of records listed on one page.

Example: pageSize=200
search
string

The phrase that the query will look for.

Example: search=phrase
sort
string
Default: "creationTimestamp"

Defines the attributes to sort by.

Example: sort=-dateOfAttack
Responses
200

Page of Fraud Cases

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

406

Unsupported Media Type

503

Service Unavailable

get/fraudcases
Request samples
Response samples
{
  • "page": "0",
  • "pageSize": "20",
  • "numberOfPages": "10",
  • "recordCount": "2000",
  • "sortField": "dateOfAttack",
  • "ascending": "true",
  • "fraudCases": [
    ]
}