Podio API Documentation

Items: Get item revisions

GET /item/{item_id}/revision/

Returns all the revisions that have been made to an item (up to a maximum of the last 30 revisions).

Usage
Ruby Gem
item_revision.rb
Podio::ItemRevision.find_all_by_item_id( item_id )
Parameters
item_id*
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 }, .... (more revisions) ]

Sandbox

Try the operation "/item/{item_id}/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