APIs & Integrations

apsv
Member

Using Offset with Company API

Hi Good day guys!

I would just like to know how to use "offset", or how to "offset" and show 50 Companies per page?
Using PHP btw.

Thanks in advance!

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Using Offset with Company API

Hi @apsv,

When you make the first request to the 'Get all companies' endpoint, the response will contain an . offfset field that will include a numerical value. To get the next page of results, you want to take this value and include in in the offset query parameter when making the next request. The next request will include a new offset, which you include in the third request, and so on and so forth.

I've also included the developer docs for the 'Get all companies' method, for reference:

0 Upvotes