
If you get the app all fields are available in the 'fields' section. See https://developers.podio.com/doc/applications/get-app-22349
Is there any way to get all fields for a given app?
Please sign in to leave a comment.
If you get the app all fields are available in the 'fields' section. See https://developers.podio.com/doc/applications/get-app-22349
Yes, that was my first guess, however it returns nil.
My bad. I was using the .find_all_for_current_user method. It works now. Thanks.
Hi I wondered if I could get some help with my API
Im using php lemonade and can get the contents of any item title to return information to me using the below code.
$item = PodioItem::get(31254571);
print "<br><br>Get Individual Item{$item->title}{$item->item_id}"
However i cant seem to get information from a custom field i design my self. What coding should i use to get a specific field to i need that into the API itself?
Hi Joshua,
If you look in the "examples" folder you can see a ton of examples in the items.php file. https://github.com/podio/podio-php/blob/master/examples/items.php
/Andreas