ChangeInfoDTO

DTO to summarize the changes to a workSpace.

Fields

Type
Name
Description
Optional
Default Value
String  
changeUser
The user that caused the workSpace change.
false
 
changeDate
The timestamp of the workSpace change.
false
 
String  
dependentRelationName
The dependent relation name.
true
 
String  
entityName
The entity name.
false
 
String  
pk
The pk of the changed entry.
false
 
Integer  
pos
The position of the entry inside the workSpace.
false
 
String  
type
The type of the workSpace change.
false
 
String  
user
The user.
false
 
String  
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"
}