Objects
Get object sub-tree
Retrieve a recursively nested sub-tree of objects starting from the specified parent object. Each node carries its accessible children under a children property.
get/v1/objects/{object-id}/sub-tree
Path parameters
object-idinteger required
Parent object ID
Query parameters
classstring
Optional comma-separated list of object class names. If provided, only objects of the listed classes (and ancestors that lead to them) are returned. Unknown class names are ignored.
maxDepthinteger
Maximum tree depth to traverse. Values above 100 are capped at 100.
Response
Object sub-tree retrieved successfully