curl --request GET \
--url https://api.example.com/orgs/all/hierarchy{
"entries": [
{
"node_id": "<string>",
"title": "<string>",
"path": "<string>",
"depth": 123,
"is_directory": true,
"org_id": "<string>",
"org_name": "<string>"
}
],
"total": 123
}Get the containment hierarchy across all organizations the user belongs to.
Returns all nodes and their positions in the parent/child ownership structure, scoped to orgs the user is a member of.
curl --request GET \
--url https://api.example.com/orgs/all/hierarchy{
"entries": [
{
"node_id": "<string>",
"title": "<string>",
"path": "<string>",
"depth": 123,
"is_directory": true,
"org_id": "<string>",
"org_name": "<string>"
}
],
"total": 123
}