We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zendesk has new limits for offset-based pagination.
Since the August 2023 you can not get more then 10.000 records with offset pagination :-( You have to change to cursor pagination.
offset pagination
cursor pagination
Here are some informations: Pagination Comparing cursor pagination and offset pagination Paginating through lists using cursor pagination
Sorting is also different between cursor pagination and offset pagination
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zendesk has new limits for offset-based pagination.
Since the August 2023 you can not get more then 10.000 records with
offset pagination
:-(You have to change to
cursor pagination
.Here are some informations:
Pagination
Comparing cursor pagination and offset pagination
Paginating through lists using cursor pagination
Sorting is also different between
cursor pagination
andoffset pagination
The text was updated successfully, but these errors were encountered: