WC1 match return in fetch result, but 404 when I trying to fetch profile for that hit

When I try this api to fetch result `cases/#{@case_system_id}/results`
I got a match which "referenceId" => "e_tr_wci_1250093"

but when I try to fetch the match profile via this API `reference/profile/#{@reference_id}`
I got a 404 response, does it mean this match might been removed on TR?
image
if so, I shouldn't see this match when fetching result right?

Also try to request screening and fetch result again, but the match still there
Any advice would be appreciated, thanks!

Best Answer

  • Prabhjyot
    Prabhjyot LSEG
    Answer ✓

    @baimao,

    Thank you for your query.

    The profile - e_tr_wci_1250093 returns error 404 as the profile has been deleted due to World-Check deletion criteria. If you search for the same profile in World-Check One UI, you will see the below -

    image

    The entity is included in the case as the case was crated before the profile was deleted. Once the profile has been removed from World-Check, the profile will remain in the case created before the profile is deleted. However, no details will be returned when you are fetching the details of the profile and will return 404 in the response code. This is the expected behavior.

    Hope this clarifies your concern.