...s details using C# ? I read all the quick start documentation about WC1 - API : - create groups in web application UI and retrieve all top level groups is done > "GET" request . - make screening request to post new screen case is done > "POST" request. - my problem is : when I want to retrieve case results details by…
We have recently integrated Media Check with our application. Everything went fairly smooth except we can't get the publication type(s) of the article. In the article summary returned we have the publication code (ex. "code": "EXPNEW") however the publication type is never populated (ex."publicationTypes": []). Is there…
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…
It looks like you're new here. Sign in or register to get started.