GET {{baseUrl}}/phone/monitoring_groups/:monitoringGroupId
Use this API to return a Monitoring Group for the specified ID. Scopes: Prerequisites:
* A Business or Enterprise account
* A Zoom Phone licensephone:read:admin
Rate Limit Label: Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "oDmRjKVTRymXGMtgtBK2Sg",
"monitor_members_count": 1,
"monitored_members_count": 1,
"monitoring_privileges": [
"listen",
"listen"
],
"name": "pbx_api_test_uacap",
"prompt": true,
"site": {
"id": "8f71O6rWT8KFUGQmJIFAdQ",
"name": "Main Site"
},
"type": 1
} |
ENDPOINTS