Objects
Get full details of direct child objects
Retrieve full details of all direct (non-recursive) child objects of the specified parent object. Children that the user does not have read access to are omitted.
get/v1/objects/{object-id}/children
Path parameters
object-idinteger required
Parent object ID
Query parameters
classstring
Optional comma-separated list of object class names to filter children by (e.g. "Node,Container").
filterstring
Optional case-insensitive substring; only children whose name or alias contains this value are returned.
Response
Successful retrieval of direct child object details.