-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
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
Search export support for page[size] parameter #595
Comments
you may be right. I'll look into it. I tried the URL in the browser, and the URL parameters do in fact take page[size] correctly. |
To prove you correct, just FYI, I used:
|
cryptomail
added a commit
that referenced
this issue
May 13, 2024
cryptomail
added a commit
that referenced
this issue
May 13, 2024
cryptomail
added a commit
that referenced
this issue
May 13, 2024
cryptomail
added a commit
that referenced
this issue
May 13, 2024
I'd like to issue some tests to this: #629 still WIP |
cryptomail
added a commit
that referenced
this issue
May 13, 2024
cryptomail
added a commit
that referenced
this issue
May 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am using the search export api endpoint to export a large portion of created tickets and users in a time period.
https://developer.zendesk.com/api-reference/ticketing/ticket-management/search/#export-search-results
I found that Zenpy supports this api with
search_export
method (though in the docs it's not mentioned).I wrote this code to export users
This works well, but the number of results is by default 100. In my case it would be great to increase the page size to speed up the export workload.
In the documentation it is mentioned that the parameter
page[size]
can be used, but seems it is not supported by Zenpy search_export method.The text was updated successfully, but these errors were encountered: