It's possible to query ISO nationality codes and ISO country codes from World-Check One API. As far as I can tell from the API docs, when some data is related to a country it specifies it in a Country object (with code and name). Is it safe to assume that all these Country objects will have an ISO country code inside and…
Hello, I have a few questions about the World Check One service. * Is there a way to configure the name match threshold via the API, per screening request? * Do secondary fields (ie. DOB and location) have any effect on the match-strength of a result or on which entities are matched in a search? * We need to obtain…
For secondary fields specifically country can I pass through multiple country codes? https://community.developers.refinitiv.com/questions/39772/how-to-use-secondary-and-custom-fields-in-api-call.html For example { "typeId": "SFCT_3", "value": "IND","AUS","USA" }] Or is only 1 country allowed per Country field? SFCT_3,…
Hello, We are creating a new case using the API. We would like to display a hyperlink for the compliance admin that redirects him from our system to WC1 portal and directly to the newly created case. Is there a case hyperlink format that we can follow? Thanks!
We are successfully requesting subjects and getting responses. However, we are not receiving all the information desired. Please see the content of report attached vs the sample JSONs. Can you advise whether there's another API we need to call to get the additional information? We are wanting to capture more of the…
...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…
It looks like you're new here. Sign in or register to get started.