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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much! |
Beta Was this translation helpful? Give feedback.
@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.