Retrieve full disposition and category tree
This operation is part of the Hierarchical Dispositions API portion of the Web Services API.
Overview
Retrieve all descendants of a node in the group tree.
Example
GET /groups/{id}?subresources=**
{
"name":"Dispositions",
"groups":[
{
"name":"Sub-group",
"contains":"dispositions",
"parentUri":"/groups/{parent_id}",
"uri":"/groups/{id}",
"id":"{id}",
"groups:[{ "dispositions":[..etc..], etc..}, etc]
"dispositions":[
{
"name":"Disp4",
"displayName:"Dispo 4"
},
{
"name":"Disp5",
"displayName:"Dispo 5"
},
{
"name":"Disp6",
"displayName:"Dispo 6"
}]
}]
"dispositions":[
{
"name":"Disp1",
"displayName:"Dispo One"
},
{
"name":"Disp2",
"displayName:"Dispo Two"
},
{
"name":"Disp3",
"displayName:"Dispo Three"
}
]
}
This page was last edited on February 15, 2024, at 19:11.
Comments or questions about this documentation? Contact us for support!
