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

Hi, @SHarde :waving_hand: 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