Hi,
I need to be able to download the PDF document of the match details report (different to the case level report). Is there an API available to support this?
Hi @Pajeela,
To generate a case dossier PDF report, you can use the SEQ-async-report-request endpoint. This allows you to submit a request for an asynchronous report, which will be saved under the REPORTING folder.
You will need to include the following filters in the request body to generate separate PDFs for matched world-check records:
{
"reportFilter":
"(includeUnresolvedMatches==true;
includePositiveMatches==true;
includePossibleMatches==true;
includeFalseMatches==true;
includeUnspecifiedMatches==true;
providerType==WATCHLIST),
(includePassportCheck==true),
(includeMediaCheckFullArticles==true),
(includeMediaCheckHeadlines==true),
(includeAudit==true)"
}
Next, you can use the SEQ-async-report-status to check the progress of the report generation. Once the status shows as COMPLETED, you can then use the SEQ-async-report-download endpoint to download the report using the generated reportId.
I hope this information is helpful. Please feel free to reach out if you need any further assistance.
Thanks,
Ram.
Great thank you so much, it works! I have also noticed the following :
The PDF documents returns the following alert type on the document under the Key Data, as you can see there are 3 types : SIC, S & PEP
However when the data is returned back via the API the JSON response array does not include PEP type for some reason. The following is the JSON response.
],
"categories": [
"Sanctions",
"Special Interest Categories"
Any ideas why PEP is part of the response?
Could you please check the follow up question.
HI @Pajeela,
We will review this and get back to you shortly. Could you please provide us with your email address so we can further investigate and follow up with you