Can any one help how to apply World Check one Screening as below Screen shot in My C# sample code...

... As World Check one Api?

imageimage

Best Answer

  • Prabhjyot
    Prabhjyot LSEG
    Answer ✓

    @m.arar,

    Thank you for your query.

    Via the API, you will find the types as categories. Use the endpoint - /cases/case-system-id/results to fetch the results of a case and search for categories of each match within the results.

     "categories": [
                "PEP"
            ],

    Hope this helps.

Answers

  • m.arar
    m.arar Newcomer

    Can You please give me an example of the request header,Response header and the body for /cases/case-system-id/results

  • @m.arar,

    The request and the reponse headers would look something like below -

    image

    There would not be a request body as the request type is GET. In the response you would receive the results for the specific case.