Podio API Documentation

Items: Get item preview for field reference

GET /item/{item_id}/reference/{field_id}/preview

Returns a preview of the item for referencing on the given field.

Usage
PHP Client
PodioItem.php
PodioItem::get_basic_by_field( $item_id, $field_id );
PodioItem.php
PodioItem::get_references_by_field( $item_id, $field_id, $attributes = array() );
Parameters
item_id*
Required.
field_id*
Required.
Response

See the get item basic operation

Sandbox

Try the operation "/item/{item_id}/reference/{field_id}/preview"

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