it's possible to export record

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

1713257842081.png

Thank you

Best Answer

  • Pandey Vivek
    Answer ✓

    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.

    LSEG World-Check One API

    Thanks

    Vivek Pandey

Answers