janhenkes / teamleader-php-sdk

Teamleader API v2 PHP SDK
MIT License
16 stars 25 forks source link

getAll() gets me only 100 items #59

Closed maxi032 closed 1 year ago

maxi032 commented 1 year ago

When I call

$this->client->company()->getAll()

I get back only 100 items. I would expect to retrieve all of them as it worked like that in the past. I am using v2.9.5

maxi032 commented 1 year ago

Problem was in a method I try to take over. Not an issue