Improved

2026 July Week 2 release: Updates to existing APIs

Summary: Updated APIs for Meeting.

Meeting

Link to the documentation

Meeting (v v1)


What's Changed


GET /v1/meetings/{meetingId}/details
Return 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.

GET /v1/meetings
Return 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.

Result


API changes are backward compatible