Podio API Documentation
Items: Get item by external id
Retrieve an app item with the given external_id.
Note: It is the responsibility of the client to ensure that external ids are unique within a given app. If this is not the case and there are more than one items with the same external_id, this operation returns just one of them.
Usage
- PHP Client
-
PodioItem.php
PodioItem::get_by_external_id( $app_id, $external_id );
Parameters
- app_id*
- Required.
- external_id*
- Required.
Response
See https://developers.podio.com/doc/items/get-items-27803
Sandbox
Try the operation "/item/app/{app_id}/external_id/{external_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