Warning
For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.
{
"id": "4f302d40-bd94-4fdd-8129-cf53ed68cb5e",
"displayName": "IncomingQ",
"identifier": "5001",
"configurationId": "c46f4e60-aba2-4340-a6a5-0c7304d40ba1",
"permissionId": "c46f4e60-aba2-4340-a6a5-0c7304d40ba1"
}
| | |
---|
| | |
| | The display name of the queue. |
| | The identifier of the queue. |
| | The id of the configuration object that represents the queue. |
| | The queue's permission id. |
Paths used to access sets of the resource, in relation to parent resources.
communication_manager/rest/live/coreServers/[{core_server_id} | getByName/{core_server_slug}]/queues |
---|
| Provides access to all queues in the specified core server. InformationExcludes any queues that are not enabled. Parameters: - core_server_id: the id of the parent core server
- core_server_slug: the slug of the parent core server
Errors: - 404 Not Found: Returned if no core server with the given id or slug exists
|
| Gets all queues in the specified core server. |
Paths used to access a specific instance of the resource.
{root_resource_path}/{queue_id} |
---|
| Provides access to a specific queue, by queue id. InformationThis resource will not be available if the queue is not enabled. Parameters: - root_resource_path: One of the root resource paths for this resource. See Root Resource Paths above
- queue_id: the id of the queue to access
Errors: - 404 Not Found: Returned if any of the ancestors in the root resource path could not be found
- 404 Not Found: Returned if no queue with the specified queue id could be found
- 403 Forbidden: Returned if the specified queue is not enabled
|
| Gets the specified queue. |
|
{root_resource_path}/getByName/{queue_identifier} |
---|
| Provides access to a specific queue, by queue identifier. InformationThis resource will not be available if the queue is not enabled. Parameters: - root_resource_path: One of the root resource paths for this resource. See Root Resource Paths above
- queue_identifier: the identifier of the queue to access
Errors:
- 404 Not Found: Returned if any of the ancestors in the root resource path could not be found
- 404 Not Found: Returned if no queue with the specified queue identifier could be found
- 403 Forbidden: Returned if the specified queue is not enabled
|
| Gets the specified queue. |
Paths used to access the child resources of this resource.
{instance_resource_path}/agents |
---|
| Provides access to all the agents logged into the specified queue. See Agents. InformationThis resource will not be available if the queue is not enabled. Excludes any agents that are not related to an extension that is bound to a licensed/full user. Parameters: - instance_resource_path: One of the instance resource paths for this resource. See Instance Resource Paths above
Errors: - 404 Not Found: Returned if any of the ancestors in the instance resource path could not be found
- 403 Forbidden: Returned if any of the parents specified in the root resource path are restricted
|
| Gets all the agents logged into the specified queue. |
| |
{instance_resource_path}/callSegments |
---|
| Provides access to the call segments waiting in the specified queue. See Call Segments. InformationThis resource will not be available if the queue is not enabled. Excludes any call segments that are not related to an extension that is bound to a licensed/full user, or have not been bound to another call segment that is related to an extension that is bound to a licensed/full user. Parameters: - instance_resource_path: One of the instance resource paths for this resource. See Instance Resource Paths above
Errors:
- 404 Not Found: Returned if any of the ancestors in the instance resource path could not be found
- 403 Forbidden: Returned if any of the parents specified in the root resource path are restricted
|
| Gets all the call segments waiting in the specified queue. |
|
{instance_resource_path}/statistics |
---|
| Provides access to all statistics of the queue. See Statistics. InformationThis resource will not be available if the queue is not enabled. Parameters: - instance_resource_path: One of the instance resource paths for this resource. See Instance Resource Paths above
Errors:
- 404 Not Found: Returned if any of the ancestors in the instance resource path could not be found
- 403 Forbidden: Returned if any of the parents specified in the root resource path are restricted
|
| Gets all statistics for the specified queue. |
Actions that can be performed on this resource.
{instance_resource_path}/originate |
---|
| Originates a call from the specified extension. InformationThis action will not be available if the extension is not bound to a licensed/full user. Parameters: - instance_resource_path: One of the instance resource paths for this resource. See Instance Resource Paths above
Errors: - 404 Not Found: Returned if any of the ancestors in the instance resource path could not be found
- 403 Forbidden: Returned if if the extension is not bound to a licensed/full user
|
| { "destinationNumber": "18005555555" } Properties: | | |
---|
| | The number to originate to. |
|
| Originates a call from the specified extension to a destination number. |
|
{instance_resource_path}/enableDnd |
---|
| Enables do not disturb on the specified extension. InformationThis action will not be available if the extension is not bound to a licensed/full user. Parameters: - instance_resource_path: One of the instance resource paths for this resource. See Instance Resource Paths above
Errors: - 404 Not Found: Returned if any of the ancestors in the instance resource path could not be found
- 403 Forbidden: Returned if if the extension is not bound to a licensed/full user
|
| Enables do not disturb on the specified extension. |
|
{instance_resource_path}/disableDnd |
---|
| Disables do not disturb on the specified extension. InformationThis action will not be available if the extension is not bound to a licensed/full user. Parameters: - instance_resource_path: One of the instance resource paths for this resource. See Instance Resource Paths above
Errors: - 404 Not Found: Returned if any of the ancestors in the instance resource path could not be found
- 403 Forbidden: Returned if if the extension is not bound to a licensed/full user
|
| Disables do not disturb on the specified extension. |
curl --user manager:manag3rpa55word -i -H "Accept: application/json" http://localhost:58080/communication_manager/rest/live/coreServers/ca5de6c4-17bd-46ce-95a2-8b29c7812ca4/extensions
curl --user manager:manag3rpa55word -i -H "Accept: application/json" http://localhost:58080/communication_manager/rest/live/coreServers/ca5de6c4-17bd-46ce-95a2-8b29c7812ca4/extensions/ef2faba9-8557-49c1-9ffc-5a71f41c7a23
curl --user manager:manag3rpa55word -i -H "Accept: application/json" http://localhost:58080/communication_manager/rest/live/coreServers/ca5de6c4-17bd-46ce-95a2-8b29c7812ca4/users/ce1b2b59-15ad-46d2-a96a-2b4099630438/extensions
curl --user manager:manag3rpa55word -i -H "Accept: application/json" http://localhost:58080/communication_manager/rest/live/coreServers/ca5de6c4-17bd-46ce-95a2-8b29c7812ca4/users/ce1b2b59-15ad-46d2-a96a-2b4099630438/extensions/ef2faba9-8557-49c1-9ffc-5a71f41c7a23
curl --user manager:manag3rpa55word -i -H "Accept: application/json" http://localhost:58080/communication_manager/rest/live/coreServers/ca5de6c4-17bd-46ce-95a2-8b29c7812ca4/queues/05bf3ecf-ce6b-4c8f-9aa6-f8d111b2699b/agents/d5e41ab4-445a-4613-99b5-7f5343045220/extension
curl --user manager:manag3rpa55word -i -H "Content-Type: application/json" -X POST -d '{"destinationNumber": "18005555555"}' http://localhost:58080/communication_manager/rest/live/coreServers/ca5de6c4-17bd-46ce-95a2-8b29c7812ca4/extensions/ef2faba9-8557-49c1-9ffc-5a71f41c7a23/originate
curl --user manager:manag3rpa55word -i -X POST http://localhost:58080/communication_manager/rest/live/coreServers/ca5de6c4-17bd-46ce-95a2-8b29c7812ca4/extensions/ef2faba9-8557-49c1-9ffc-5a71f41c7a23/enableDnd
curl --user manager:manag3rpa55word -i -X POST http://localhost:58080/communication_manager/rest/live/coreServers/ca5de6c4-17bd-46ce-95a2-8b29c7812ca4/extensions/ef2faba9-8557-49c1-9ffc-5a71f41c7a23/disableDnd