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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
1 0 0 1

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
4.2k 7 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.refinitiv.com/en/api-catalog/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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea