Is ther an API to get the details of profiles retrieved

Options

We are requesting the list of results depending on name and last name + the country of residence. The response might contains several hits. I cannot find an API to get the details of a hit. If a user goes through the web page once they get the result they can also get the details of hits returned ( individuals, companies etc...).

e.g. if I pass Oussama Ben laden as a parameter I'll have plenty of hits back but then if I want to see the details of every hits I'd like to pass the id and get the details back...


Best Answer

  • Hello @szm7

    I think that you can achieve what you are looking for in couple of steps using calls from the Postman collections.

    First start with getting the systemId of the case (SEQ-case-retrieve: Get the system ID of a case). Once you have it you can go to the SEQ-case-investigate-results: Get screening results and get all of the hits. From there you just need to use SEQ-case-investigate-world-check-profile: Get a World-Check profile with the encoded WorldCheck one profile Id (from Screening results, use field referenceId).


    Let me know if that works for you.

Answers