
Grant Holle
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Grant Holle-
Grant Holle created a post,
API filtering items where multiple choice value "contains"
Currently when I specify a filter for an option integer, I only get items that are exactly that one option. I want all the items that contain a value because it's a multiple choice field. I'm using...
-
Grant Holle commented,
After another test it might be a memory issue. I may have to resort to pagination, unfortunately. Any other answers would be greatly appreciated.
-
Grant Holle created a post,
PodioItem::filter
AnsweredI am having issues using the limit attribute. I can return up to 203 of my 238 items, but nothing beyond that. If I try to limit it to even 204, I get a silent 500 error. No other information other...
-
Grant Holle commented,
Andreas, Yeah, for some reason it worked perfectly fine now. I really appreciate you taking the time to answer! Thank you
-
Grant Holle created a post,
Adding New Items in an App
I'm trying to add a new item into an app. When I call PodioItem::create() I get the following error: PHP Fatal error: Call to a member function json_body() on a non-object in /podio-php/models/Po...