Podio API Documentation
Items: Get references to item by field
Returns all the references to the item from the given field
Parameters
- item_id*
- Required.
- field_id*
- Required.
- limit
The maximum number of items to return
Default value: 10- offset
The offset from the start of the items returned
Response
[
{
"item_id": The id of the item,
"title": The title of the item,
"link": The link to the item
},
... (more items)
]
Sandbox
Try the operation "/item/{item_id}/reference/field/{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