Conference Rooms
JSON Representation
"id":"c97be0d8-3c40-47c5-b8ee-868984b9d7f4",
"configurationId":"066a6359-0ff1-49e5-83aa-52083dfbbddb",
"displayName":"Main",
"identifier":"650",
"dialString":"650",
"userGenerated":false,
"permissionId":"066a6359-0ff1-49e5-83aa-52083dfbbddb"
}
Property | Type | Description |
---|---|---|
id | String | The id of the conference room. |
configurationId | String | The id of the configuration object that represents the conference room. |
displayName | String | The display name of the conference room. |
identifier | String | The identifier of the conference room. |
dialString | String | The string used to dial a conference room. |
userGenerated | Boolean | True if the conference room is user generated, else false. |
permissionId | String | The conference rooms permission id. |
Root Resource Paths
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}]/conferences | |
---|---|
Description | Provides access to all conference rooms on the specified core server. Parameters:
Errors:
|
GET | Gets all conference rooms on a core server. |
Instance Resource Paths
Paths used to access a specific instance of the resource.
{root_resource_path}/{conference_room_id} | |
---|---|
Description | Provides access to a specific conference room, by a conference room id. Parameters:
Errors:
|
GET | Gets the specified conference room. |
{root_resource_path}/getByName/{conference_room_identifier} | |
Description | Provides access to a specific conference room, by a conference room identifier. Parameters:
Errors:
|
GET | Gets the specified conference room. |
Sub Resource Paths
Paths used to access the child resources of this resource.
{instance_resource_path}/callSegments | ||
---|---|---|
Description | Provides access to all call segments in the specified conference room. SeeĀ Call Segments. Parameters:
Errors:
| |
GET | Gets all call segments in the specified conference room. |