Contact Lists API -
Accounts Dashboard | HubSpot The API(https://api.hubapi.com/contacts/v1/lists) doesn’t give any API parameters to fetch lists in order. It also doesn’t explicitly mention that the data will be fetched in any order based on timestamp. So, is there any way to fetch incremental data over a regular interval for contact lists?
Contacts New or Updated API - Accounts Dashboard | HubSpot The API (https://api.hubapi.com/contacts/v1/lists/recently_updated/contacts/recent) docs mentions that the response is sorted in descending order based on the last updated timestamp. So if I don’t pass in any timeOffset the contacts will be fetched in descending order starting from the record which was updated or createdlast. So can I stop paginating after a point if the time-offset returned by the API is older than my last sync job’s start time? Will this result in any data loss?