Conference Rooms
JSON Representation
"id":"c97be0d8-3c40-47c5-b8ee-868984b9d7f4",
"configurationId":"066a6359-0ff1-49e5-83aa-52083dfbbddb",
"displayName":"Main",
"identifier":"650",
"dialString":"650",
"userGenerated":false,
"recordings":[],
"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. |
recordings | Array | An array of call recordings. |
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}]/users | |
---|---|
Description | Accesses the state of all conference rooms on a core server. |
GET | Gets all conference rooms on a core server. |
Instance Resource Paths
Paths used to access a specific instance of the resource.
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 room on the specified core server. |
| |
|