Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://api.example.com/scope-hierarchy/scope_org/children' \ -H 'Authorization: Bearer YOUR_TOKEN'
[ { "id": "scope_team_1", "name": "Engineering Team", "typeId": "type_team" }, { "id": "scope_team_2", "name": "Marketing Team", "typeId": "type_team" } ]
Get all child scopes in the hierarchy
Show Scope object
Was this page helpful?