Please can you post a sample python file that can perform sync screening requests for the WC1 API?
Hello. We have a question about some tests we are launching. Our data: API Key: 2bee0aeb-0d82-4e9e-8d3a-729e1efe686d API Secret: fzEngu0s.............. groupId: 5jb79mu3of181gjfckpjbkjhz Associated email: alvaromariaherrero@kpmg.es (The tests were carried out on July 5 around 10 in the morning) 1.- We ask for the…
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" } ]…
It looks like you're new here. Sign in or register to get started.