Podio API Documentation
Items: Get item values
Returns all the values for an item, with the additional data provided by the get item operation.
Parameters
- item_id*
- Required.
Response
[
{
"field_id": The id of the field,
"type": The type of the field,
"label": The label of the field,
"values": The values for the field,
[
{
"{sub_id}":"{value}",
.... (more sub values)
},
.... (more values)
]
},
... (more fields)
]
For an example see the get item operation
Sandbox
Try the operation "/item/{item_id}/value"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