name | data type | description |
---|---|---|
transient | boolean | |
description | string | |
version | number | |
auditableFields | array of AuditableFieldHistory | |
historized | boolean | |
notified | boolean | |
auditable | Auditable | |
id | number | |
languageCode | string | |
descriptionI18n | map of string | |
descriptionEn | string |
Example
{ "transient" : true, "description" : "...", "version" : 12345, "auditableFields" : [ { "fieldName" : "...", "historable" : true, "historized" : true, "auditType" : "STATUS", "notfiable" : true, "currentState" : { }, "notified" : true, "previousState" : { } }, { "fieldName" : "...", "historable" : true, "historized" : true, "auditType" : "STATUS", "notfiable" : true, "currentState" : { }, "notified" : true, "previousState" : { } } ], "historized" : true, "notified" : true, "auditable" : { "created" : 12345, "creator" : "...", "lastModified" : 12345, "updater" : "...", "updated" : 12345, "lastUser" : "..." }, "id" : 12345, "languageCode" : "...", "descriptionI18n" : { "property1" : "...", "property2" : "..." }, "descriptionEn" : "..." }