Podio API Documentation
Items: Get item revision
Returns the data about the specific revision on an item
Usage
- PHP Client
-
PodioItemRevision.php
PodioItemRevision::get( $item_id, $revision_id );
-
PodioItemRevision.php
PodioItemRevision::get_for( $item_id );
- Ruby Gem
-
item_revision.rb
Podio::ItemRevision.find( item_id, revision_id )
Parameters
- item_id*
- Required.
- revision*
- Required.
Response
{
"revision": The revision number,
"app_revision": The revision of the app at the time this item revision was made,
"created_by": The entity who made the revision,
"created_via": Through which client the revision was made,
"created_on": When the revision was created
}
Sandbox
Try the operation "/item/{item_id}/revision/{revision}"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