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 all configured dispositions in a specific disposition group

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


Overview

Retrieves all dispositions in a specific disposition group.

Example

GET /groups/{id}/dispositions
{
    "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!