Retrieve Report Criteria

Fetches the available criteria for a specified report type.
This endpoint is a prerequisite for creating a report and provides the valid fields that can populate the criteria property in the POST /reports request.

Use this to retrieve a list of valid fields for the report type before proceeding with report creation.

SecuritybearerToken
Request
path Parameters
type
required
string

The type of report for which criteria are requested. Supported values:

- amlAlert: Criteria for Anti-Money Laundering alerts.
- audit: Criteria for audit-related reports.

Enum: "amlAlert" "audit"
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

409

Conflict

502

Server Error

get/compliance/kyc-protect/reports/criteria/{type}
Request samples
Response samples
application/json
{
  • "fromDate": {
    },
  • "toDate": {
    },
  • "hitDecisions": {
    },
  • "hasHits": {
    }
}