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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
11 3 5 4

Cleanup old screened cases?

Hello,In our use of the API, we check vessels for sanctions using the following steps.

Is it necessary to perform any cleanup after these steps, given that we currently do not need to store or reuse them later? When we tried Delete a case (DELETE https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases/{ {case-system-id}}), the API produced a 404 error with an empty list as reply. A first look on the forum gives us the idea that it is a matter of user rights.

Note that we already have many old cases (from dev tests) that were not deleted.

Thank you.

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.

1 Answer

· Write an Answer
Upvotes
Accepted
4.5k 4 8 8

@cedric.lasbleiz,

Thank you for your query.

The above mentioned sequence looks good. If you have to fetch the profile information of a match you may use the referenceId from the result and use the API call - 'SEQ-case-investigate-world-check-profile: Get a World-Check profile' to fetch the full profile information. Also, if you want to resolve the match, you may use the resultId and the API call would be - 'SEQ-case-investigate-resolve-results: Resolve results'.

If in case, you have to use the cases at a later point, you may use the case-system-id for the reference and it should be able to provide you with the details of the case.

For deleting a case: Firstly permissions needs to be added for the account and for the user to be able to perform delete action on a case. I have enabled the permission for your account and added to the user. You should be able to delete cases now in pilot environment.

Secondly, the case has to be archived first and then deleted. Unarchived case cannot be deleted.

Hope this clarifies your concern.

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.

Thank you for your reply.

Could you please tell me if there is a way to get a list of all open cases other than by using the UI (as described here)? We created many cases and would like to delete them as well.

@cedric.lasbleiz ,

As of now, it is not possible to display the list of all the cases using API.

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.