Podio API Documentation
Items: Get item by app_item_id
Returns the full item by its app_item_id, which is a unique ID for items per app.
Usage
- PHP Client
-
PodioItem.php
PodioItem::get_by_app_item_id( $app_id, $app_item_id );
Parameters
- app_id*
- Required.
- app_item_id*
- Required.
Response
Same as https://developers.podio.com/doc/items/get-item-22360
Sandbox
Try the operation "/app/{app_id}/item/{app_item_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