Revision as of 14:37, October 31, 2023 by WikiSysop (talk | contribs) (Update with the copy of version: 8.5.2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Retrieve full contents of a specific disposition category

This operation is part of the Hierarchical Dispositions API portion of the Web Services API.


Overview

Retrieve the dispositions and sub-categories of any disposition group.

Example

GET /groups/{id}?subresources=*
{
    "id":<id>,
    "uri":"<uri>"
    "name":"DispGroup",
    "contains":"dispositions"
    "groups":[{"name":"Sub-group", "contains":"dispositions", "parentUri":"/groups/{parent_id}", "uri":"/groups/{id}", "id":"{id}"}]
    "dispositions":[
         {
             "name":"Disp1",
             "displayName:"Dispo One"
         },
         {
             "name":"Disp2",
             "displayName:"Dispo Two"
         },
         {
             "name":"Disp3",
             "displayName:"Dispo Three"
         }
     ]
}
This page was last edited on October 31, 2023, at 14:37.
Comments or questions about this documentation? Contact us for support!