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:
- Call the Bulk Move ( https://api-worldcheck.refinitiv.com/v2/cases/bulk/move )
- 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?