
James Trusler
- Total activity 137
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 35
Posts
Recent activity by James Trusler-
How to get user_id with profile_id
AnsweredPodio items only return the profile_id for a contact field. I am looking to get profile information like address, email, telephone numbers... but I cannot see a way of using the profile_id to get ...
-
What is the $attributes array structure for PodioApp::get( $appID, $attributes ) for returning mini size
AnsweredWhat is the $attributes array structure for PodioApp::get( $appID, $attributes ) for returning mini size rather than the full set of data. https://developers.podio.com/doc/applications/get-app-223...
-
oauth/token/invalidate not working
AnsweredWhen I call: https://podio.com/oauth/token/invalidate I get back: { "error_parameters": {}, "error_detail": null, "error_propagate": false, "request": { "url": "http://api...
-
https url for hooks
AnsweredFor some reason when I try using an https url to fire a hook. The validation part fails... whereas if I use the non http url, it works... Do podio hooks allow for https (like noted in the document...
-
Is there currently a way to get Unread and Starred conversations
AnsweredI am having issues finding a way of getting just unread or starred conversation threads. https://developers.podio.com/doc/conversations/get-conversations-34822801 Any ideas which section that mig...
-
Get conversation unread count
AnsweredI see that if you use this: https://developers.podio.com/doc/conversations/get-conversations-34822801 you can put limit=1 and you can then see the unread_count... but is there a url that just ret...
-
Podio Task Count on closed tasks
AnsweredIf I use the following request, I will get a count of open tasks PodioTask::count($ref_type, $ref_id); If I use the following request I get all tasks, closed etc... ( which comes out as a lot mor...
-
PodioImporter::process_app for xlsx files
AnsweredI'm getting a bit stuck... I have the following code: http://pastebin.com/karGtrVZ I have an xlsx file I would like to import data from using your lovely php function you provide.. But i'm reall...
-
Is there a way to get a copy of app icons
AnsweredI can see that the apps api object returns icon_id and icon... but is there a way to get a link to the actual image (I had noticed you guys use a sprite on your site)... but I don't understand why ...
-
Calculated field not showing in developer area
AnsweredI was just wondering if this is normal behaviour. On an applications developer panel, you see a list of fields and their ids for development usage. Calculated fields are not showing here. Are they...