This page was last edited on May 16, 2017, at 08:20.
Comments or questions about this documentation? Contact us for support!
GET
/grs/v1/tenant/{tenantId}/businesshierarchy
N/A
{
"nodes":[
{
"nodeId":346,
"name":"ACME Solution",
"children":[
{
"nodeId":458,
"name":"Financial Department",
"children":null
},
{
"nodeId":351,
"name":"Sales",
"children":[
{
"nodeId":353,
"name":"Outbound",
"children":null
}
],
},
{
"nodeId":457,
"name":"Sales Department",
"children":null
}
],
}
]
}
Will return the list of nodes that the userid has permission to view.