| name | data type | constraints | description |
|---|---|---|---|
| objectClassType | number | required | Name of the class to which the object id belongs to This attribute is of type enum CommonEnums::ClassTypes |
| objectId | number | Id of the object to which this notes refers to | |
| parentObjectId | number | Object Id of the parent object | |
| parentObjectClassType | number | required | Object Class Type of the parent object |
| parentObjectName | string | Name of the parent object name that was changed | |
| objectName | string | Name of the object name that was changed | |
| attributeName | string | Name of the attribute that was changed | |
| previousValue | string | Previous value | |
| newValue | string | New value | |
| transactionId | string | Transaction id | |
| action | string | Action of the transaction | |
| sessionId | string | Session Id | |
| requestId | string | Request Id | |
| sessionType | string | Session Type | |
Properties inherited from VXDataObject |
|||
| id | number | Id of the data | |
| createDate | object | Date when this data was created | |
| updateDate | object | Date when this data was updated | |
| owner | string | Owner | |
| updatedBy | string | Updated By | |
Example
{
"objectClassType" : 12345,
"objectId" : 12345,
"parentObjectId" : 12345,
"parentObjectClassType" : 12345,
"parentObjectName" : "...",
"objectName" : "...",
"attributeName" : "...",
"previousValue" : "...",
"newValue" : "...",
"transactionId" : "...",
"action" : "...",
"sessionId" : "...",
"requestId" : "...",
"sessionType" : "...",
"id" : 12345,
"createDate" : { },
"updateDate" : { },
"owner" : "...",
"updatedBy" : "..."
}