Sessions

Fetch all sessions of an organization

Returns details of all sessions of an organization.

get/sessions

Query parameters

page_nonumber

The page number from which you want your page search results to be displayed.

per_pagenumber

Number of results per page

sort_by'minutesConsumed' | 'createdAt'
sort_order'ASC' | 'DESC'
start_timestring date-time

The start time range for which you want to retrieve the meetings. The time must be specified in ISO format.

end_timestring date-time

The end time range for which you want to retrieve the meetings. The time must be specified in ISO format.

participantsstring
Example:1:10
status'LIVE' | 'ENDED'
searchstring

Search string that matches sessions based on meeting title, meeting ID, and session ID

associated_idstring

ID of the meeting that sessions should be associated with

Response

Get all sessions success response

successboolean

Changes

Changed in 4 of the 50 revisions of this API.5

    • the endpoint scheme security Authorization was added to the API

      api-security-added

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security Authorization was removed from the API

      api-security-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security Authorization was added to the API

      api-security-added

    • added the optional property data/sessions/items/breakout_rooms to the response with the 200 status

      response-optional-property-added

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter sort_by

      new-optional-request-parameter