Core Servers
JSON Representation
"id": "11de1781-b239-4ced-bd24-7b06d4c9956b",
"slug": "default",
"name": "default"
}
Property | Type | Description |
---|---|---|
id | String | The id of the core server. |
slug | String | The directory slug of the core server. |
name | String | The display name of the core server. |
Root Resource Paths
Paths used to access sets of the resource, in relation to parent resources.
communication_manager/rest/live/coreServers | |
---|---|
Description | Accesses the state of all core servers in the system. |
GET | Gets all core servers in the system. |
Instance Resource Paths
Paths used to access a specific instance of the resource.
{root_resource_path}/{core_server_id} | |
---|---|
Description | Provides access to a specified core server, by core server id. Parameters:
Errors:
|
GET | Gets the specified core server. |
| |
{root_resource_path}/getByName/{core_server_slug} | |
Description | Provides access to a specified core server, by core server slug. Parameters:
Errors:
|
GET | Gets the specified core server. |
Sub Resource Paths
Paths used to access the child resources of this resource.
{instance_resource_path}/users | |
---|---|
Description | Provides access to all users in the specified core server. See Users. Parameters:
Errors:
|
GET | Gets all users in the specified core server. |
| |
{instance_resource_path}/extensions | |
Description | Provides access to all extensions in the specified core server. See Extensions. Parameters:
Errors:
|
GET | Gets all extension in the specified core server. |
| |
{instance_resource_path}/queues | |
Description | Provides access to all queues in the specified core server. See Queues. Parameters:
Errors:
|
GET | Gets all queues in the specified core server. |
| |
{instance_resource_path}/callSegments | |
Description | Provides access to all call segments in the specified core server. See Call Segments. Parameters:
Errors:
|
GET | Gets all call segment in the specified core server. |