For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
1 3 3 2

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?

world-checkworld-check-oneapic#
untitled.png (32.9 KiB)
untitled1.png (28.2 KiB)
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.

Upvote
Accepted
4.5k 4 8 8

@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.

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.

Upvotes
1 3 3 2

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

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.

Upvotes
4.5k 4 8 8

@m.arar,

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

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.


1598332845544.png (167.9 KiB)
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.