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

Tickets.GetMultipleTickets(Async) may fail for too many requested items #72

Closed
kendaleiv opened this issue Apr 25, 2014 · 2 comments
Closed

Comments

@kendaleiv
Copy link
Contributor

Tickets.GetMultipleTickets(Async) methods use an HTTP GET, which could result in an invalidly long url situation.

I haven't actually encountered this, but I suspect this could be a problem with too many tickets requested in one call.

One solution could be batching these requests, perhaps with parallelization.

@mozts2005
Copy link
Member

Would Love to see a pull request.

@mozts2005 mozts2005 modified the milestone: 4.0.0 Aug 20, 2015
@mozts2005
Copy link
Member

based on the docs they limit the results to 100 at a time.

https://developer.zendesk.com/rest_api/docs/core/tickets#show-multiple-tickets

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

No branches or pull requests

2 participants