Fetch all meetings for an organization
Returns all meetings for the given organization ID.
Query parameters
The page number from which you want your page search results to be displayed.
Number of results per page
The start time range for which you want to retrieve the meetings. The time must be specified in ISO format.
The end time range for which you want to retrieve the meetings. The time must be specified in ISO format.
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
}
}Changes
Changed in 5 of the 50 revisions of this API.26
- ●
added the new
undefinedenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
the endpoint scheme security
Authorizationwas added to the APIapi-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
Authorizationwas removed from the APIapi-security-removed
- ○
removed the
undefinedenum value from the///response property for the response statusresponse-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
undefinedenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
the endpoint scheme security
Authorizationwas added to the APIapi-security-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○