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
Example response
{
"success": true,
"paging": {
"total_count": 30,
"start_offset": 1,
"end_offset": 30
}
}