GET /experimental/reports/aml-checks

Retrieves an AML checks report.

Servers

Query parameters

Name Type Required Description
metric String No

Metric on which the report is based.

Valid values:

  • "aml_checks"
  • "aml_check_hits"

Default value: "aml_checks"

filter String No

Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.

For more information, see Search filters.

periodStart String No

Date and time when the report starts. If not provided or null, the report starts from the first day of the current month.

periodEnd String No

Date and time when the report ends. If not provided or null, the report ends at the last day of the current month.

includePropagatedResults Boolean No

Specifies if propagated AML checks are included.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.