GET {{baseUrl}}/phone/rooms?page_size=30&next_page_token=BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2&site_id=kLD4F3WBT-O9LYE31C0tRQ&calling_type=100
Use this API to retrieve a list of Zoom Rooms under the account that has the Zoom Phone license assigned. Scopes: Rate Limit Label: Prerequisites:
* A Pro or higher account plan
* A Zoom Phone licensephone:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
page_size
|
number | The number of records returned from a single API call. | |
next_page_token
|
string | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. | |
site_id
|
string | Unique identifier of the site. This can be retrieved from the [List Phone Sites](https://marketplace.zoom.us/docs/api-reference/phone/methods#operation/listPhoneSites) API. | |
calling_type
|
number | Type of calling plan. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"next_page_token": "BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2",
"page_size": 30,
"rooms": [
{
"calling_plans": [
{
"name": "AU/NZ Metered",
"type": 100
},
{
"name": "AU/NZ Metered",
"type": 100
}
],
"extension_id": "_zQiBLNDQumOuA_tOnBIrw",
"extension_number": 10010,
"id": "3JTPXDqTQCuzYJEwH6kN4g",
"name": "test",
"phone_numbers": [
{
"id": "CMOXjhb7RHeVeiH0zL0f9A",
"number": "12058945544"
},
{
"id": "CMOXjhb7RHeVeiH0zL0f9A",
"number": "12058945544"
}
],
"site": {
"id": "kLD4F3WBT-O9LYE31C0tRQ",
"name": "API DZ SITE3"
}
},
{
"calling_plans": [
{
"name": "AU/NZ Metered",
"type": 100
},
{
"name": "AU/NZ Metered",
"type": 100
}
],
"extension_id": "_zQiBLNDQumOuA_tOnBIrw",
"extension_number": 10010,
"id": "3JTPXDqTQCuzYJEwH6kN4g",
"name": "test",
"phone_numbers": [
{
"id": "CMOXjhb7RHeVeiH0zL0f9A",
"number": "12058945544"
},
{
"id": "CMOXjhb7RHeVeiH0zL0f9A",
"number": "12058945544"
}
],
"site": {
"id": "kLD4F3WBT-O9LYE31C0tRQ",
"name": "API DZ SITE3"
}
}
],
"total_records": 1
} |
ENDPOINTS