PaginationMode
Specifies the type of pagination to use: either ID-based (which works only with Contacts ) or limit-offset (default). Use limit-offset pagination with the limit and offset parameters. Use ID-based pagination with the limit, id_greater and orders[id] parameters.
Possible Values
LimitOffset, LimitIDData Type
string
Default Value
"LimitOffset"
Remarks
- Since ID-based pagination currently works only with Contacts, if you specify the LimitID enum, only Contacts is paginated in that fashion; the pagination for other entities in the data model uses limit-offset pagination. You can use the PageSize connection property to control the number of rows returned per request in both cases.
- ActiveCampaign recommends using LimitID pagination if you have a large number of records for better performance.
- Since ID-based pagination is serial, the MaxThreads connection property can only be used with limit-offset pagination.