API Updates 12/5/19
1575582180001
API
Marketplace
In this release we’ve added All new Zoom Room APIs, new Zoom Phone APIs, new Web hooks, and new Chatbot support for markdown and @mentions.
Added
Zoom Phone Site APIs
POST /v2/phone/sites
PATCH /v2/phone/sites/{siteId}
DELETE /v2/phone/sites/{siteId}
GET /v2/phone/sites
GET /v2/phone/sites/{siteId}
Zoom Phone Device APIs
POST /v2/phone/devices
PATCH /v2/phone/{deviceId}
DELETE /v2/phone/devices/{deviceId}
GET /v2/phone/devices
GET /v2/phone/devices/{deviceId}
Zoom Phone Call Queue APIs
POST /v2/phone/call_queues
PATCH /v2/phone/call_queues/{callQueueId}
DELETE /v2/phone/call_queues/{callQueueId}
GET /v2/phone/call_queues
GET /v2/phone/call_queues/{callQueueId}
POST /v2/phone/call_queues/{callQueueId}/phone_numbers
DELETE /v2/phone/call_queues/{callQueueId}/phone_numbers/{phoneNumberId}
DELETE /v2/phone/call_queues/{callQueueId}/phone_numbers
POST /v2/phone/call_queues/{callQueueId}/members
DELETE /v2/phone/call_queues/{callQueueId}/members/{memberId}
DELETE /v2/phone/call_queues/{callQueueId}/members
PUT /v2/phone/call_queues/{callQueueId}/manager
Zoom Phone Auto Receptionist APIs
PATCH /v2/phone/auto_receptionists/{autoReceptionistId}
POST /v2/phone/auto_receptionists/{autoReceptionistId}/phone_numbers
DELETE /v2/phone/auto_receptionists/{autoReceptionistId}/phone_numbers
DELETE /v2/phone/auto_receptionists/{autoReceptionistId}/phone_numbers/{phoneNumberId}
Zoom Phone Common Area Phone APIs
POST /v2/phone/common_area_phones
PATCH /v2/phone/common_area_phones/{commonAreaPhoneId}
DELETE /v2/phone/common_area_phones/{commonAreaPhoneId}
GET /v2/phone/common_area_phones
GET /v2/phone/common_area_phone/{commonAreaPhoneId}
Zoom Phone Blocked List APIs
POST /v2/phone/blocked_list
PATCH /v2/phone/blocked_list/{blockedListId}
DELETE /v2/phone/blocked_list/{blockedListId}
GET /v2/phone/blocked_list
GET /v2/phone/blocked_list/{blockedListId}
Zoom Phone User APIs
GET /v2/phone/users
GET /v2/phone/users/{userId}/online_calls
GET /v2/phone/calling_plans
Phone Numbers APIs
GET /v2/phone/numbers
GET /v2/phone/numbers/{phoneNumberId}
PUT /v2/phone/company_number
Zoom Room Account APIs
PATCH /v2/rooms/account_profile
PATCH /v2/rooms/account_settings
Zoom Room Location APIs
POST /v2/rooms/locations
DELETE /v2/rooms/locations/{locationId}
PUT /v2/rooms/locations/{locationId}/location
PATCH /v2/rooms/locations/{locationId}
PUT /v2/rooms/locations/structure
PATCH /v2/rooms/locations/{locationId}/settings
Zoom Room APIs
POST /v2/rooms
PATCH /v2/rooms/{roomId}
DELETE /v2/rooms/{roomId}
PUT /v2/rooms/{roomId}/location
PATCH /v2/rooms/{roomId}/settings
SIP Connected Audio APIs
GET /v2/sip_trunk/numbers
GET /v2/accounts/{accountId}/sip_trunk/numbers
PATCH /v2/accounts/{accountId}/sip_trunk/settings
POST /v2/accounts/{accountId}/sip_trunk/numbers
DELETE /v2/accounts/{accountId}/sip_trunk/numbers
New Webhook Events
user.invitation_accepted
user.presence_status_updated
user.personal_notes_updated
recording.renamed
New Chatbot support for Markdown and @mentions
Bold
Italic
Strikethrough
Monospace
Block Quote
Link
Mailto
SIP
Profile
Mentions
Images
Bug Fixes
Fixed the bug where a Sub Account’s recordings were not being included correctly in the response when a Master Account owner tried to fetch the recordings.<br>
v2/accounts/{accountId}/recordings
Fixed the bug of phone recording response in UTC date time format.
Did you like this update?