Let's say I send these data to /saveAndScreen : { "groupId": "....", "providerTypes": [ "WATCHLIST" ], "nameTransposition": false, "caseScreeningState": { "WATCHLIST": "INITIAL" }, "cases": [ { "entityType": "ORGANISATION", "name": "Credit Suisse (Schweiz) AG", "secondaryFields": [ { "typeId": "SFCT_6", "value": "CHE" } ]…
Hi, My question is a bit functional: About "Status Report" screen, is it specific to the launch of a batch in world check one application, or can we also have these reports after the calls to these APIs : https://api-worldcheck.refinitiv.com/v2/cases/saveAndScreen or…
We are trying to reduce the number of call to worldcheck. First we call "cases/saveAndScreen" to create a new case We then save the caseSystemId for subsequent call Then we call "cases/screeningStatus" to get the result If the user want to get the result of the same case, we check if we have the caseSystemId for the…
Hi Team, question for a client's implementation. When I get screening results via - SEQ-case-investigate-results: Get screening results What happens when there are no matches? Do I get a response like "no match found" or a specific STATUS code, or else? Many thanks Vanessa
We are testing a current implementation of World Check and Media Check and are running into a lot of problems with the Media Check results not being available. Example: We screen Burger King and then click on the Media Check link (after waiting a period of time in case they aren't ready yet) After about 30 seconds, the…
I created a cases on the route "cases/saveAndScreen" and to prevent creating a new case each time, I want to use "cases/{CaseSystemId}/screeningRequest" to get the response but I get a status code 201 CREATED with an empty response body.
Hi, We have a third party system with about 2 thousand investors. We are building an integration to sync those investors into World Check One. So my plan is to get to get the full list of the 2 thousand investors and then use the third party's investor ID as the Case ID when creating a new case for each investor. I am…
The documentation for world check one api sync screening steps (Wc1api_sync_screen_steps_user.pdf) seems to be outdated. In that document they recommend a step 8 where we call an api to get profile by id but the api documentation says it is deprecated. The api documentation says there is a replacement for it, but we cannot…
Hi, The "cases/saveAndScreen" (SEQ-case-save-and-screen-cases: Save and screen multiple cases) method has a limitation of 50 cases per request. Is there another API request that can create more than 50 cases without starting a screening? For instance, if we want to create 1,000 cases that will be set to ongoing screening…
Hi I am quite new to WC1. I have the API key and the API secret. I am trying to use python to connect to WC1 API and automate a few things. I need some help with the authorization value in the header. I am trying to execute the below snipprt. import requests url =…
It looks like you're new here. Sign in or register to get started.