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