Moving accross searched ticket pages #742
|
The method getSearchTicketResults() returns ticket search results using pagination. Documentation should show how to use that pagination, as with no knowledge you must guess how to do it. Is there somewhere to study it? |
Answered by
PierreBtz
May 16, 2025
Replies: 2 comments
|
@russellhoff sorry for the delay. I think you're looking for https://github.com/cloudbees-oss/zendesk-java-client/blob/1facfb58077664e25656f53e2e02376ff2f1ce73/src/main/java/org/zendesk/client/v2/model/Page.java which contains all the methods you need to move between pages and retrieve the results for each page. |
0 replies
Answer selected by
russellhoff
|
Thank you so much! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@russellhoff sorry for the delay.
I think you're looking for https://github.com/cloudbees-oss/zendesk-java-client/blob/1facfb58077664e25656f53e2e02376ff2f1ce73/src/main/java/org/zendesk/client/v2/model/Page.java which contains all the methods you need to move between pages and retrieve the results for each page.