Skip to main content
GET
/
orgs
/
all
/
hierarchy
Get All Orgs Hierarchy
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
}

Headers

authorization
string | null

Response

Successful Response

Response for the containment hierarchy of an organization.

entries
HierarchyEntryResponse · object[]
required

Hierarchy entries

total
integer
required

Total number of entries