GET {{baseUrl}}/phone/group_call_pickup/:groupId
Use this API to retrieve information on a specific Group Call Pickup object in an account. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: phone:read:admin
Rate Limit Label: Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "qLZ4vXb8RAydayOR5ckYMg",
"display_name": "testGCP",
"extension_id": "mLG45gHYSVaeVVc64gp1jQ",
"extension_number": 10002,
"description": "test",
"delay": 5,
"member_count": 1,
"cost_center": "test",
"department": "test",
"site": {
"id": "8f71O6rWT8KFUGQmJIFAdQ",
"name": "testGCPSite"
},
"play_incoming_calls_sound": {
"enable": true,
"ring_tone": "ringtone_1",
"duration": 0
},
"directed_call_pickup": true
} |
ENDPOINTS