WorkSpaceMetaDataDTO

DTO that contains meta data of a WorkSpace.

Fields

Type
Name
Description
Optional
Default Value
String  
id
The id of the WorkSpace.
false
 
String  
entity
The entity of the WorkSpace.
false
 
Boolean  
insertAllowed
true if inserting is allowed.
false
 
Boolean  
removeAllowed
true if removing is allowed.
false
 
Boolean  
linkable
true if linking this allowed.
false
 
Boolean  
roleWorkSpace
true if this is a role model WorkSpace.
false
 
parent
The WorkSpaceDependencyDTO containing information of the parent WorkSpace.
false
 
Date  
createDate
The date this workspace was created.
false
 

Example

{
	"id" : "123abc",
	"entity" : "Activity",
	"insertAllowed" : true,
	"removeAllowed" : true,
	"linkable" : true,
	"roleWorkSpace" : false,
	"parent" : null,
	"createDate" : "2025-12-09T19:27:48+00:00"
}