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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
1 0 0 2

how to get caseIdentifiers method and how to use it in c#

how to get caseIdentifiers method and how to use it ?

world-checkworld-check-onescreening
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.

Hello @jignesh,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Hello @jignesh

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

@jignesh

Hi,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
4.2k 8 5 6

Hello @jignesh,

"Seq-2a: Check caseID availability" is used to check if a given caseId is available to use when creating or updating a Case. You can achieve this by calling the endpoint "caseIdentifier" using the HEAD method.

After successfully calling this endpoint, if you get the response code 200, you would not be able to use the given case ID as it is already in use within the current user's cases. If you get a 404 response, you can use the case ID to save a case and screen it.

In C#, you have to pass the case ID you are searching for in the URL itself.

For example: https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/caseIdentifiers?caseId=1234

where 1234 is the case ID whose availability you would like to check .

You can refer to the "World-Check One API C# .NET Request Code Examples" uploaded in the "Download" section of the Developer Community to get an understanding of how to send requests to WC1 API using C#. Here is the link:

https://developers.thomsonreuters.com/customer-and-third-party-screening/world-check-one-api/downloads

Kindly let me know if you have further questions on this and I would be glad to help you.

Thanks,

Irfan Khan.

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.