This page was last edited on October 31, 2023, at 13:29.
Comments or questions about this documentation? Contact us for support!
This document describes the Hierarchical Dispositions API portion of the Web Services API.
As it is becoming necessary to support a hierarchical structure for disposition codes, the new grouping API will be used to provide this mechanism.
The hierarchical disposition structure in Configuration Manager will be represented as described here.
Web Services will maintain two-way synchronization between Configuration Manager configuration and Cassandra.
The Grouping API will be used to provide access to dispositions. The following additions will be made to this API as follows:
Each disposition group will have a dispositions sub-resource with disposition descriptors and will contain a list of sub-groups in the list.
The group attributes for disposition groups will be updated as follows:
Each disposition descriptor will have the following attributes:
Field | Description | Mandatory |
---|---|---|
name | Name of disposition code. Used for two purposes:
This field is immutable and can not be updated. |
Yes |
displayName | Value to be displayed on UI, this field can be updated using the PUT operation. | Yes |
In addition to the filters and request parameters specified in the grouping API, the following filters should be supported for disposition groups:
filter | Description |
---|---|
subresources=** | subresources=* returns only the first level of subresources. subresources=** will return the full tree (note that subresources=* should be supported as well) |
All Business Attributes that contain dispositions except for the default must have an annex section in Configuration Manager
GWS
with one key/value pair:
contains:dispositions
This is used to determine which business attributes must be imported as disposition groups.
The default group is defined by updating the interaction.disposition.value-business-attribute. When the interaction.disposition.value-business-attribute option is updated in Configuration Server, the disposition group corresponding to that Business Attribute will be treated as default.