
Joshua Baker
- Total activity 74
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Activity overview
Latest activity by Joshua Baker-
Joshua Baker commented,
Ah no worries i seem to have solved this with the following code. I had used hook as a string by accident using "" $options = array('hook' => false)
-
Joshua Baker commented,
Hi Andreas, I have debug enabled but no error is thrown. is there any examples you could give to me as I thought this is where the query parameter is? Josh
-
Joshua Baker created a post,
podio create don't trigger hook.
I'm trying to create an item without triggering the hook. However it keeps firing. Can you tell me whats wrong with my code? PodioItem::create($appid, array('fields' => array( "activity" => $t...
-
Joshua Baker commented,
Do you mean your trying to add an app to a workspace or an item to an app? if your using php does your script look like this: Podio::authenticate('app', array('app_id' =>$appid, 'app_token' => $a...
-
Joshua Baker commented,
So just just to clarify. In the api is possible to get the date in which the item was last updated or not? all i can currently see is: last_seen_on and last_event_on ???
-
Joshua Baker commented,
Hi Andreas, Thank you for the solutions on filtering and rate limits. With regard to rate limits I'd be concerned if we had an influx if users who are syncing data or using webhooks to retrieve da...
-
Joshua Baker created a post,
Developing App for scaleability
Hi I'm currently developing an app to work and sync across multiple platforms. The systems I'm initially integrating with are wordpress, android apps, iphone apps, evernote and of course podio. The...
-
Joshua Baker commented,
Well nothing specific at the moment as I have decoded everything I need, however in the future I may need to. Basically I need values for each field and creation/updated dates. I know there is docu...
-
Joshua Baker commented,
It doesn't go slowly it just takes me a long time to decode the response. Is there a function built in to podio to decode quickly say a category field or text field in my response.
-
Joshua Baker commented,
Well if print the array $item from the Podioitem::get function. It obviously creates a huge array. Is there away to decode this array more quickly to find the values I want.