WorkSpaceMetaDataDTO
DTO that contains meta data of a WorkSpace.
Fields
Type
Name
Description
Optional
Default Value
id
The id of the WorkSpace.
false
entity
The entity of the WorkSpace.
false
insertAllowed
true if inserting is allowed.
false
removeAllowed
true if removing is allowed.
false
linkable
true if linking this allowed.
false
roleWorkSpace
true if this is a role model WorkSpace.
false
parent
The WorkSpaceDependencyDTO containing information of the parent WorkSpace.
false
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"
}