APIs & Integrations

enrico_bianchet
Member

Recently Created Companies Has More

Hi,
i’ve some problems with this api https://developers.hubspot.com/docs/methods/companies/get_companies_created
the api return always hasMore true (for the current_offset 2460 and total 13748) also if reach the setted limit of 30 days.
Why?

This mechanism works for the lasted created company.
Thanks

0 Upvotes
4 Replies 4
enrico_bianchet
Member

Recently Created Companies Has More

HI @Derek_Gervais,
i found the error, apologise me for the inconvenience, thanks for your support. Ciao
You can delete this post, it’s not significant for the community.

Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Recently Created Companies Has More

Hi @enrico.bianchetti,

When you make the call immediately preceding the call with offset 2460 (i.e. the call that returns offset:2460), what is the value of hasMore? If you make a new request with the offset provided by the last call (i.e. when hasMore: false) you’ll get an empty results array. Can you post the response you’re getting to the final calls?

0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Recently Created Companies Has More

Hi @enrico.bianchetti,

I did some testing, but I wasn’t able to reproduce the issue in my own portal. Can you reach out with the full request (sans authentication) that you’re making?

0 Upvotes
enrico_bianchet
Member

Recently Created Companies Has More

Thanks @Derek_Gervais,
seems that the call to the api with offset 2460 return a 200 response with empty result.
https://api.hubapi.com/companies/v2/companies/recent/modified?hapikey=XXXX&offset=2460
Endpoint is called recursively by passing the offset obtained from the previous call
if i call again with the start point to 2460 the i’ve the same result: empty value after 2460 offset increment.
i use pho with cURL fro the API call. Thanks

0 Upvotes