Podio API Documentation
Items: Get item field values
Returns the values for a specified field on an item
Usage
- PHP Client
-
PodioItem.php
PodioItem::get_field_value( $item_id, $field_id );
Parameters
- item_id*
- Required.
- field_id*
- Required.
Request
Response
[
{
"{sub_id}":{value},
... (more sub_ids and values)
},
... (more values)
]
Sandbox
Try the operation "/item/{item_id}/value/{field_id}"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here