Homepage

Version

Last edit: Oct 26, 2022

Version of object change from the last 7 days.

type Version {
  created_at: JSONDate!
  event: VersionAction!
  id: ID!
  item_id: ID!
  item_type: VersionItemType!
  resource: HashObject
  whodunnit: String
}

Fields

created_at (JSONDate)

timestamp when the event happened

event (VersionAction)

id (ID)

item_id (ID)

id of an object which has been created/updated/deleted

item_type (VersionItemType)

type of an object which has been created/updated/deleted

resource (HashObject)

json representation of a resource prior to the action; null for create action

whodunnit (String)

most of the time ID of a User who performed the event. Can be something else if action was taken by pOS support team

Questions?

We are always happy to help with any questions you may have.

contact us