Skip to content
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

Unable to get more than 500 users #39

Closed
MarvinKlar opened this issue Nov 23, 2018 · 1 comment
Closed

Unable to get more than 500 users #39

MarvinKlar opened this issue Nov 23, 2018 · 1 comment

Comments

@MarvinKlar
Copy link
Contributor

For some reason the Zammad api only returns the first 500 results, when you query the users.
So I wanted to get the next 500 users (on page 2) and used this call: GetUserListAsync(2, 500)

The Zammad client builts this string: page=2,per_page=500
But this does not work. The documentation ( https://docs.zammad.org/en/latest/api-intro.html#pagination ) says that you have to use the following format: page=1&per_page=5 (in this case page=2&per_page=500)

So, the , needs to be changed to a &. Please fix this.

I'm pretty sure, that the same error exists for the tickets, organizations, online_notifications and groups!

Thank you very much!

@MarvinKlar
Copy link
Contributor Author

This is already fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant