WorkSpaceDependencyDTO
DTO that contains infromation of dependency between two WorkSpaces.
Fields
Type
Name
Description
Optional
Default Value
id
The id of the parent WorkSpace.
false
entity
The entity of the parent WorkSpace.
false
relation
The relation to the parent WorkSpace.
false
pk
The pk of the parent entry.
false
parent
The WorkSpaceDependencyDTO containing information of the parent WorkSpace.
true
Example
{
"id" : "81hbnnamsdv98ni2Ac",
"entity" : "Activity",
"relation" : "rCoPeAc",
"pk" : "po18inkjasm9ascajCoPe",
"parent" : {
"id" : "qjdkajhewgb7212saCoPe",
"entity" : "ContactPerson",
"relation" : null,
"pk" : null,
"parent" : null
}
}