Podio API Documentation

Items: Get item field values v2

GET /item/{item_id}/value/{field_or_external_id}/v2

Return the values for the given field on the given item. The field can be given either as the id of the field or the external id of the field.

Parameters
item_id*
Required.
field_or_external_id*
Required.
Response {
"values": The values for the field. If there are no values, this will be null, otherwise the format will depend on the field
}

Sandbox

Try the operation "/item/{item_id}/value/{field_or_external_id}/v2"

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