Meeting API Updates - October 25, 2021
1635174000000
The following changes were released on October 25, 2021:
New APIs
We’ve added the following new APIs:
Archiving
DELETE /v2/past_meetings/{meetingUUID}/archive_files
Users
DELETE /v2/users/{userId}/picture
Enhancements
Added the new
query_date_type
parameter to theGET /v2/report/telephone
API.Added the new
anonymous
field and updated the polling data in the following APIs:POST /v2/meetings/{meetingId}/polls
POST /v2/meetings/{meetingId}/batch_polls
PUT /v2/meetings/{meetingId}/polls/{pollId}
GET /v2/meetings/{meetingId}/polls
GET /v2/meetings/{meetingId}/polls/{pollId}
POST /v2/webinars/{webinarId}/polls
PUT /v2/webinars/{webinarId}/polls/{pollId}
GET /v2/webinars/{webinarId}/polls
GET /v2/webinars/{webinarId}/polls/{pollId}
Added the new
contact_types
query parameter and response field to theGET /v2/contacts
API.Added language interpretation (
language_interpretation
) support to thePOST /v2/users/{userId}/webinars
andPATCH /v2/webinars/{webinarId}
APIs.Added the new
audio_conferencing
response object to the following APIs:GET /v2/users/{userId}/settings
GET /v2/groups/{groupId}/settings
GET /v2/accounts/{accountId}/settings
PATCH /v2/groups/{groupId}/settings
PATCH /v2/accounts/{accountId}/settings
Add failure order logs for the following APIs:
PATCH /v2/accounts/{accountId}/plans/base/status
PATCH /v2/accounts/{accountId}/plans/addons/status
POST /v2/accounts
PATCH /v2/accounts/{accountId}/options
Improved the rate limit error messaging for the following APIs:
POST /v2/meetings/{meetingId}/registrants
POST /v2/meetings/{meetingId}/batch_registrants
POST /v2/webinars/{webinarId}/registrants
POST /v2/webinars/{webinarId}/batch_registrants
POST /v2/webinars/{webinarId}/panelists
PUT /v2/webinars/{webinarId}/registrants/status
PUT /v2/meetings/{meetingId}/registrants/status
PUT /V2/meetings/{meetingId}/recordings/registrants/status
Bug Fixes
Fixed an issue where template configurations were not applied to a created meeting’s settings in the
POST /v2/users/{userId}/meetings
andPATCH /v2/meetings/{meetingId}
APIs.Fixed issue where account- and user-level apps could not get schedulers’ meetings in the
GET /v2/users/{userId}/meetings
andGET /v2/users/{userId}/webinars
APIs.Fixed an issue where edited messages would instead return the original message’s
date_time
value in theGET /v2/chat/users/{userId}/messages
API.Fixed an issue where the
recover
action for recurring meetings with fixed times’ occurrences would trigger the incorrect webhook.Fixed an issue where recovering a deleted recurring meeting with a fixed time occurrence would trigger the incorrect webhook.
Fixed invoice
status
response issue for theGET /v2/accounts/{accountId}/billing/invoices/{invoiceId}
API.
Did you like this update?