GET /experimental/reports/aml-checks
Retrieves an AML checks report.
Servers
- https://api-sandbox.rebilly.com/organizations/{organizationId}
- https://api.rebilly.com/organizations/{organizationId}
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
metric |
String | No |
Metric on which the report is based. Valid values:
Default value: "aml_checks" |
filter |
String | No |
Criteria for filtering collection items.
This field requires a special format.
Use 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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.