Jump to: navigation, search

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 January 22, 2016, at 19:57.
Comments or questions about this documentation? Contact us for support!