VXXTrxLog Data Type

Properties
name data type constraints description
parentObjectId number   Returns the value for the member attribute parentObjectId
parentObjectClassType number required Returns the value for the member attribute parentObjectClassType
attributeName string   Returns the value for the member attribute attributeName
previousValue string   Returns the value for the member attribute previousValue
newValue string   Returns the value for the member attribute newValue
transactionId string   Returns the value for the member attribute transactionId
action string   Returns the value for the member attribute action
sessionId string   Returns the value for the member attribute sessionId
requestId string   Returns the value for the member attribute requestId
sessionType string   Returns the value for the member attribute sessionType
parentObjectName string   the parentObjectName
objectName string   the objectName
id number   the id
createTime number   the createTime
updateTime number   the updateTime
addedByUserId number   the addedByUserId
updatedByUserId number   the updatedByUserId
objectClassType number required the objectClassType
objectId number   the objectId

Example

{
  "parentObjectId" : 12345,
  "parentObjectClassType" : 12345,
  "attributeName" : "...",
  "previousValue" : "...",
  "newValue" : "...",
  "transactionId" : "...",
  "action" : "...",
  "sessionId" : "...",
  "requestId" : "...",
  "sessionType" : "...",
  "parentObjectName" : "...",
  "objectName" : "...",
  "id" : 12345,
  "createTime" : 12345,
  "updateTime" : 12345,
  "addedByUserId" : 12345,
  "updatedByUserId" : 12345,
  "objectClassType" : 12345,
  "objectId" : 12345
}