• Learn how AI and automation actually work in your Help Desk. Ask our experts how to improve team speed and customer happiness! AMA Nov 17-21.

    Ask us anything

APIs & Integrations

SHarde
Participant

Fetch all the companies and deals objects with single API call

Hi,

 

I'm working on fetching the details of companies and deals. The Get API for respective companies and deals seems to return 100 objects in the response.

API referred: 

Companies: GET/crm/v3/objects/companies

Deals: GET/crm/v3/objects/deals

As I have around 23000 records for companies, it's an overhead to make 230 API calls just to fetch details of the companies.

Is there any plan to have API in near future for respective companies and deals to get all the objects in one go?

Where can I raise a request to have an API that would help me with this?

Any leads would be helpful.

 

Regards,

Swapnil

0 Upvotes
1 Reply 1
Jaycee_Lewis
Community Manager
Community Manager

Fetch all the companies and deals objects with single API call

Hi, @SHarde 👋 The common approach to queries like this is to make two calls, one to get all the object ID's and one using the batch search endpoint(s) – Search API documentation.
You can also search for associations — Search through associations.

 

For product suggestions, please consider making a post in our Ideas Community. This is the best way to get feature requests and feedback in-front of the Product Team.

 

Best,

Jaycee





loop


Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.

Learn More




0 Upvotes