Hello,
I want to export records via the World-Check One API just like on the web application. I noticed the endpoint SEQ-async-report-download, but it seems that I can only export a report of type CASE_DOSSIER
Thank you
Hello,
I want to export records via the World-Check One API just like on the web application. I noticed the endpoint SEQ-async-report-download, but it seems that I can only export a report of type CASE_DOSSIER
Thank you
Hi @billy.prak ,
Thanks for reaching out!
Currently if you want to download just record using API which is not possible however you can download reports for Case related match records by downloading CASE_DOSSIER report by using different filter .
for sample if we use below filter it will download CASE DOSSIER report including match records with below filter.
"reportFilter": "(includeUnresolvedMatches==true;includePositiveMatches==true;includePossibleMatches==true;includeFalseMatches==true;includeUnspecifiedMatches==true;providerType==WATCHLIST)"
You can use filters according to your use case.
Please go through documentation for getting more information.
Thanks
Vivek Pandey