List all departments as a tree.
Remark: first node is always empty and represents the starting point
of the tree as multiple departments might be set to the highest level.
GET
/
api
/
v3
/
departments
/
tree
List Departements as a tree
Copy
Ask AI
curl --request GET \ --url https://{host}/api/v3/departments/tree \ --header 'Authorization: <authorization>'