AML
GET/AML/Report
This API provides a detailed report of a specific AML screening result in PDF format. Each report is identified by a unique resourceId
.
Notes
- The
resourceId
can be obtained through theGET/submission
API. - Multiple
resourceId
s may exist for a single submission (in case of multiple matches). - The
resourceId
is only generated when the AML screening result is'Red Flag'
.
1. Endpoint
GET/Report/AML
2. Authentication
Include the API key in the x-api-key header:
x-api-key
3. Request Parameter
Unique identifier for the selected AML screening result.
4. Request Example
GET/Report/AML
5. Response
A successful request will return the AML report in PDF format:
- Initial File Name: report.pdf
- Content Type: application/pdf
This API allows for efficient retrieval and downloading of detailed AML screening result reports.