Get common area phone details
GET
/phone/common_area_phones/{commonAreaPhoneId}
Common Area Phones
Use this API to get details on a specific common area phone in an account.
For the
commonAreaPhoneId
, use the unique identifier or the Mac address of the common area phone. The Mac address can be hyphenated (00-04-f2-5e-ec-3c) or not hyphenated (0004f25eec3c).Prerequisites:
Scopes:
phone:read:admin
Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/phone/common_area_phones/'
响应示例响应示例
200 - response
{
"device_type": "Cisco cp7821",
"display_name": "testcommonareaphone",
"id": "d6dfgdfgfdgiglw",
"mac_address": "105f11123456",
"provision": {
"sip_accounts": [
{
"authorization_id": "1234567894",
"outbound_proxy": "abcd.zoom.us:1001",
"password": "SomeRandomPasswordValue",
"sip_domain": "abc.zoomcloudpbx.com",
"user_name": "71600000002730"
}
],
"type": "manual"
},
"site": {
"id": "CEdfdfgdgixWA",
"name": "Main Site"
},
"status": "offline"
}
请求参数
Path 参数
commonAreaPhoneId
string
必需
返回响应
修改于 2024-04-24 09:06:48