2026 July Week 2 release: Updates to existing APIs
Summary: Updated APIs for Meeting.
Meeting
Meeting (v v1)
What's Changed
GET /v1/meetings/{meetingId}/details
GET /v1/meetings/{meetingId}/detailsReturn Type:
Changed response : 200 OK
Successful response
- Changed content type :
application/json- Added property
calendarInfo(object)Calendar event metadata associated with the meeting when scheduled through a calendar provider. Null when no calendar event is linked.
- Property
startTime(string)RFC 3339 timestamp for the calendar event start time.
- Property
endTime(string)RFC 3339 timestamp for the calendar event end time.
- Property
- Added property
GET /v1/meetings
GET /v1/meetingsReturn Type:
Changed response : 200 OK
Successful response containing a paginated meeting collection with pagination metadata and summarized meeting records.
- Changed content type :
application/json- Changed property
items(array)Array of meeting summaries. Each item includes identity, lifecycle status, timestamps, and ownership fields needed for list views and automation.
Changed items (object):- Added property
calendarInfo(object)Calendar event metadata associated with the meeting when scheduled through a calendar provider. Null when no calendar event is linked.
- Property
startTime(string)RFC 3339 timestamp for the calendar event start time.
- Property
endTime(string)RFC 3339 timestamp for the calendar event end time.
- Property
- Added property
- Changed property