Multiple API calls for each Connections / Relationships Key Data to extract the profile data?

Options

Hi,

By using the SEQ-5C, there's an array list which is called "Associates" from the response JSON, each object contains the info as below,

image

Is there any method to have batch entity profile data instead of just loop through each of the entity and call the API

GET /reference/profile/{id}

to get their profile data (Linked Companies, Type, and Category) as shown below?

image

Thanks!

Best Answer

  • Irfan.Khan
    Irfan.Khan LSEG
    Answer ✓

    Hello @olivia.tan,

    You cannot include the case ID while calling the API "SEQ-5c: Get a World-Check profile", you have to use the world check ID to pull information regarding its profile.

    You can use the system case ID to call the API "SEQ-5b: Get screening results" which will provide you with the world check profile ID for each result. You can loop through each referenceId and fire the API "SEQ-5c: Get a World-Check profile" successively to find the their targetEntityId under associates. Here again you have to loop through each "targetEntityId" and call the API.

    Kindly let me know if you seek further assistance on this.

Answers