Equivalent of AuditableEntity in DTO Contain the entity creation and modification dates.
name | data type | description |
---|---|---|
created | number | Created date |
updated | number | Updated date |
creator | string | User who created the record |
updater | string | Set to the user who updated this record |
Example
{ "created" : 12345, "updated" : 12345, "creator" : "...", "updater" : "..." }