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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
5 1 2 2

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

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,

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?

Thanks!

world-checkworld-check-one
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.

Upvotes
Accepted
4.2k 8 5 6

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.

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.

Hi @Irfan.Khan,

You're right. That's how I'm resolved it too.

Thanks for the reply.

Cheers!

Upvotes
456 2 2 2

Hi @olivia.tan,

As of now batch entity profile data not possible in API.But in future will check this how to include in our API.

Thanks,

Shilpi

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.

Thanks Shilpi for the reply.

Hi @shilpi.saha,

Knowing that if we use the same Case-ID, it is possible to loop through each profile and get their details without charges. @santosh mitra

But how we include the case id during the API profile request?

As what we know that the case id only incurred during case creation and screening phase.

Thanks,

Olivia

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.