ChangeInfoDTO
DTO to summarize the changes to a workSpace.
Fields
Type
Name
Description
Optional
Default Value
changeUser
The user that caused the workSpace change.
false
changeDate
The timestamp of the workSpace change.
false
dependentRelationName
The dependent relation name.
true
entityName
The entity name.
false
pk
The pk of the changed entry.
false
pos
The position of the entry inside the workSpace.
false
type
The type of the workSpace change.
false
user
The user.
false
workSpaceID
The id of the changed workSpace.
false
Example
{
"changeUser" : "TECH_USER",
"changeDate" : "2025-12-09T19:27:20+00:00",
"dependentRelationName" : null,
"entityName" : "Activity",
"pk" : "lka172ubjhkjsa8Ac",
"pos" : 0,
"type" : "UPDATE",
"user" : "TECH_USER",
"workSpaceID" : "alskndak81jhsdkaaAc"
}