Computes the dependent entities graph from given entry points
POST
/api/v1/actions/workspaces/{workspaceId}/dependentEntitiesGraph
Computes the dependent entities graph from given entry points
path Parameters
workspaceIdstring · required
Request Body
identifiersobject[] · required
relationstring · enumEntity relation for graph traversal from the entry points. DEPENDENTS returns entities that depend on the entry points. DEPENDENCIES returns entities that the entry points depend on.
Enum values:DEPENDENTSDEPENDENCIESDefault: DEPENDENTS
Responses
Computes the dependent entities graph from given entry points
graphobject · required