AuditableFieldHistory Data Type

Implemented Interfaces
Serializable
Properties
name data type description
notfiable boolean
fieldName string
auditType AuditChangeTypeEnum
previousState object
historable boolean
notified boolean
historized boolean
currentState object

Example

{
  "notfiable" : true,
  "fieldName" : "...",
  "auditType" : "OTHER",
  "previousState" : { },
  "historable" : true,
  "notified" : true,
  "historized" : true,
  "currentState" : { }
}