- Retrieve AML check histogram report data
Retrieve transaction histogram report data
Retrieve AML check histog...
Retrieves AML check histogram report data.
Security
SecretApiKey or JWT
Metric on which the report is based.
Default:"sales_count"
Enum:"aml_checks""aml_checks_pending_review""aml_checks_in_review""aml_checks_confirmed_match""aml_checks_no_match""aml_checks_false_positive""aml_check_hits""aml_check_hits_pending_review""aml_check_hits_in_review""aml_check_hits_confirmed_match"
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.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/experimental/histograms/aml-checks
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experimental/histograms/aml-checks
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experimental/histograms/aml-checks
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/experimental/histograms/aml-checks?periodStart=2019-08-24T14%3A15%3A22Z&periodEnd=2019-08-24T14%3A15%3A22Z&aggregationPeriod=minute&metric=aml_checks&includePropagatedResults=false&filter=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ] }