Podio API Documentation

Model: ItemRevision

Represents a revision of the item. When an item is created, updated or deleted a revision is created to log the change.

Related operations:

Fields:

Name Description Type Views
created_by

The entity who created the revision.

Byline full
created_on

The date and time in UTC when the revision was created.

Date and time full
created_via

The API client that was used to create the revision.

AuthClient full
item_revision_id

The id of the item revision.

Integer
revision

The revision number for the item. The creation revision will always have the number 0, while subsequent revisions will increment by one.

Integer
type

The type of the revision. Can be one of:

  • creation
  • update
  • delete
String