Hi
I want to do pagination using association api
Document URL: Accounts Dashboard | HubSpot
Api Name: List associations of a company by type
/crm/v3/objects/companies/{companyId}/associations/{toObjectType}
I want to show 10 record per page and if I hit this api I am getting first 10 record with token to fetch the record for page 2 in “After” and issue I am facing is if I fetch the record of first 10 tickets and I want to go on Page 5 but there is no token available for that because for that I have to go on Page 4 which will return the tocken to fetch the record for page 5.
How can I go from page 1 to page 5?
Thank You