WorkSpaceDependencyDTO

DTO that contains infromation of dependency between two WorkSpaces.

Fields

Type
Name
Description
Optional
Default Value
String  
id
The id of the parent WorkSpace.
false
 
String  
entity
The entity of the parent WorkSpace.
false
 
String  
relation
The relation to the parent WorkSpace.
false
 
String  
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
	}
}