tickets()->findall() only returning first 100 tickets?
hbjydev opened this issue · 2 comments
hbjydev commented
I'm sure this is a PEBCAK error, but for some reason tickets()->findAll()
is only giving back the first hundred tickets.
$zendesk = new Zendesk();
$tickets = $zendesk->tickets()->findAll();
Not sure what I'm doing wrong. Is there a default limit of 100 per request?
hbjydev commented
Ah, thanks, wasn't aware of that. :)