Contact Share Group API
The Contact Share group is a routing entity that operates on a single Contact Share rule with a set of Contact Share queues. It is used to determine to which target Unifed CCE to send the call, given the definition of the rule and the realtime data on each of the queues. This API is only available on the Contact Director Deployment.
![]() Note |
To learn more about the other Contact Share APIs available in the Contact Director Deployment, see Access. |
URL
https://<server>/unifiedconfig/config/contactsharegroupParameters
-
changeStamp: See Shared Parameters.
-
refURL: The refURL of the Contact Share group. See Shared Parameters.
-
contactShareRule: Required. The refURL of a Contact Share rule to apply to this group.
-
name: Required. The name of the Contact Share group.
-
acceptQueueIf : Optional. A logical expression that qualifies individual queues to be used in the group.
-
description: Optional. The description of the group.
-
contactShareQueues: Optional. Information for any Queues in the Contact Share group.
Operations
Search and Sort Values
The following table shows the parameters that are searched and the parameters that are sortable.
Search parameters | Sort parameters |
---|---|
|
|
Example Get Response
<contactShareGroup>
<changeStamp>0</changeStamp>
<refURL>/unifiedconfig/config/contactsharegroup/5000</refURL>
<contactShareRule>
<name>Cisco_MED</name>
<refURL>/unifiedconfig/config/contactsharerule/5000</refURL>
</contactShareRule>
<name>test</name>
<acceptQueueIf>Call.PeripheralVariable1==1</acceptQueueIf>
<description>test something</description>
<contactShareQueues>
<contactShareQueue>
<refURL>/unifiedconfig/config/contactsharequeue/5000</refURL>
<name>CSQ-1</name>
<queueType>skillGroup</queueType>
<targetInstance>
<id>5000</id>
<name>cs01</name>
</targetInstance>
</contactShareQueue>
</contactShareQueues>
</contactShareGroup>