Search Details PDF

The overall details that are provided in the adverse media search details page is available to download via pdf,

A full PDF report is available for download, offering a comprehensive overview of due diligence findings.

Search Details PDF

GET https://secctrl.tutelar.io/api/v1/aml/adverse-media-search/:searchHistoryId /:SearchResult[]id?download=pdf

Name
Value

Content-Type

application/json

Query Parameter

Query Parameter
Type
Is Mandatory
Description

Download

String

Yes

A flag indicating the response format will be passed to the download query. The query will return stream data only if the accepted value is pdf. In this case, only PDF format is supported.

Sample Response

Content-Type: application/pdf

Complete data stream of the file contents.

Path Param values :

PathParameter
Type
Is Mandatory
Description

searchHistoryId

String

Yes

Search history Id will be generated for every Individual search made in the client panel.

SearchResult[]id

String

Yes

unique id, to get a adverse media details.

Success Response:

Response as in stream by ContentType application/pdf.

Failure response:

{
   "success": false,
   "code": 1001,
   "message": "Invalid Search History Id",
   "data": {}
}
{
   "success": false,
   "code": 1001,
   "message": "Invalid search Reference id",
   "data": {}
}

Last updated