This method returns the communication queue systems that are allowed to be used in communications. Multiple communication queue systems are returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
group_identifier (optional) | Group Identifier | The identifier of the group that will be creating the communication. The group is filtered against the queue system's allowed organisational units. The allowed group identifier fields are the following:
| ||||||||||||
unit_identifier (optional) | Unit Identifier | The identifier of the unit that will be creating the communication. The unit is filtered against the queue system's allowed organisational units. The allowed unit identifier fields are the following:
| ||||||||||||
media (optional) | String | The media that will be used to send the communication, which can be EMAIL, SMS, PHONE, LETTER, FACE_TO_FACE or DEVICE. | ||||||||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the communication queue system |
name | String | The name of the communication queue system |
alternative_code | String | The alternative code of the communication queue system |
description | String | A description of the communication queue system |
character_count_limit | Number | The message character count limit of the communication queue system |
log_information | Log Information Object | The log information of the communication queue system |
supported_media_set | Set of Communication Media Objects | The media that can be used in combination with the specific communication queue system. The media is filtered against the queue external system's supported media. |
Referred Objects Response Data