For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
115 2 5 10

How identify a deleted profile using Refinitiv Worldcheck API

When a profile is deleted from Worldcheck database, it shows a message on the Refinitiv UI that as per screenshot below. But there is no corresponding field in the API response for screening results or the deleted profile (returns as empty) to indicate the same. So how to handle this via API?

world-checkworld-check-one
1619115457091.png (353.1 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @devops.kyc


Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
1.3k 4 1 2

@devops.kyc

Apologies for the delayed response.

Via the API whenever you would try to fetch a profile which has been deleted as part of the World-Check deletion criteria you would see a 404 Not Found response.

Please see the request and response below for your reference when I attempted to fetch the profile details that you have mentioned:


GET https://api-worldcheck.refinitiv.com/v2/reference/profile/e_tr_wci_1821728404260 ms
GET /v2/reference/profile/e_tr_wci_1821728 HTTP/1.1
Date: Wed, 05 May 2021 03:34:33 GMT
Authorization: Signature keyId="f05506b3-dcd7-4bbf-*******************",algorithm="hmac-sha256",headers="(request-target) host date",signature="R4BxVbwfHhF+ZPzxytju5VUC6POj2RHH2y0ZX4Benbo="
User-Agent: PostmanRuntime/7.28.0
Accept: */*
Cache-Control: no-cache
Postman-Token: 4c00640f-c5fd-44fb-ab7d-1877c3847f43
Host: api-worldcheck.refinitiv.com
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
 
HTTP/1.1 404 Not Found
Date: Wed, 05 May 2021 03:34:32 GMT
Content-Type: application/json
Transfer-Encoding: chunked
Connection: keep-alive
Strict-Transport-Security: max-age=15552000, includeSubdomains
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
 
[]
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.