Can't get more than 20 items from Filter Items
AnsweredI've just run into an issue when using PodioItem::Filter in Podio-PHP. I'm trying to filter items out of an app, and when it is returned the array says that there should be 32 results in it:
[filtered] => 32
However, when I count the number of items returned, there are only 20. I tried removing the filter altogether and just asking for all items, but it still only returned 20 items ([0]
-[19]
). I've also tried manually setting the limit option, which is supposed to default to 30, but it still only returns 20 items whether I ask for 3, 30, or 30000.
Any idea why this is happening? Am I doing something wrong, or is something wrong with the API?
-
Beware that I just flipped the switch on a brand new version of podio-php so if you just grab the master branch you're going to get something new and different. Docs at: http://podio.github.io/podio-php/
If you want the latest release of the old branch grab version 3 from https://github.com/podio/podio-php/releases
Please sign in to leave a comment.
Comments
4 comments