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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
7 1 0 5

API Steps Required to Move Between Groups

We are in the process of using the “Move Between Groups” feature of the WC1 via API call(s) and are looking for clarification.

After changing the Group for a case via the API, no changes to the results occur UNTIL we hit the “Screen” button within the LSEG World-Check One application. So, attempting to do this strictly via the API, it appears it is a two-step process:

  1. Call the Bulk Move ( https://api-worldcheck.refinitiv.com/v2/cases/bulk/move )
  2. Call Screen Case ( https://api-worldcheck.refinitiv.com/cases/{ {case-system-id}}/screeningRequest )


Questions:

  • Can you confirm this is the correct process to get the updated Group results?
    • If not, can you provide the proper steps?
    • If so, we are assuming we should pass FULL_SYNC as the screeningMode (as opposed to DELTA_SYNC) to get all the changes. Can you confirm?


#productapiworld-check-oneworldcheck-one-api
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
1.1k 6 2 5

Hi @jp ,

Just to add on my teammate's previous comments, your understanding is correct.


Please feel free to reach out to us should you have any additional queries.


Thanks

Sai


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
1.1k 2 2 3

Hello @jp - thank you for reaching out!

Moving a case between groups is a one step process when you are using the endpoint you have mentioned above - Bulk Move Cases. I have confirmed this by calling on this endpoint via the API, and viewing that the case has been changed using the WebUI. If you would like to confirm that the case has been moved by strictly using the API, you can do so by calling on the endpoint Fetch Full Case Details as it will show you the updated groupId.

Please let me know if this answers your question and if you have any remaining inquiries. Looking forward to your response!

Best,

Judith

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.