v50

latestOpenAPI 3.0.0raw.githubusercontent.com2025-04-046348254.7 KB
Meetings

Fetch all meetings for an organization

Returns all meetings for the given organization ID.

get/meetings

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

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.

searchstring

The search query string. You can search using the meeting ID or title.

Response

Success response

successboolean required

Example response

{
  "success": true,
  "paging": {
    "total_count": 30,
    "start_offset": 1,
    "end_offset": 30
  }
}