question

Upvotes
1 0 0 0

Is it possible to download the PDF file of the match details report?

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?

#technologyworld-checkworld-check-onereports
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
236 4 0 1

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.