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 February 15, 2024, at 19:11.
Comments or questions about this documentation? Contact us for support!
