
Mathieu Smith
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 12
- Subscriptions 21
Activity overview
Latest activity by Mathieu Smith-
Mathieu Smith commented,
That would be great for any dev using Podio to be able to set a dark mode for the entire platform, X++ and burning eye--
-
Mathieu Smith commented,
Do you have any plan at this time?
-
Mathieu Smith commented,
Please consider that post closed. I based my toughts ont "filtered" value, but in fact, if I "count()" the values return in the object, I get the number of wanted data based on limit. Thank you.
-
Mathieu Smith created a post,
Cannot apply a limit on filter
I use latest Podio-PHP lib and I try to apply a limit on ::filter method: `$items = PodioItem::filter(1234, array( 'filters' => array('category'=>array('a','b')), 'limit' => 100 ) );` T...
-
Mathieu Smith created a post,
API error: "Time entry is required"
Hey guys, I have an app with a datetime field (start, end date and hour are required). When I try to create an item by the API with a datetime string like: "2016-03-09 23:59:59", the API throw the ...
-
Mathieu Smith commented,
Thanks a lot for your answer, Marek! Your answer helped me a lot!
-
Mathieu Smith commented,
I already set the timezone at the beginning of my script and the issue persist, thanks for the tip, Henrik! Do you know if there's any difference on the current timezone between app and user authen...
-
Mathieu Smith created a post,
Podio timezone
Hey, When creating an item with a datetime field manually in Podio, the field timezone is the same as configured on current user account. Is it the same thing when we create item trough the API? I ...
-
Mathieu Smith commented,
Thanks for your follow-up Casper. I was supplying an empty array, problem solved!
-
Mathieu Smith commented,
Hi Casper, any update on this?