v1
latestSwagger 2.02026-07-14262752.1 KBGroups
DEPRECATED: Get historical meetings by group
DEPRECATED: Please use the new API calls 'Get historical meetings by group' and 'Get upcoming meetings by group'. Get meetings for a specified group. Additional filters can be used to view only meetings within a specified date range. This API call is only available to users with the admin role.
get/groups/{groupKey}/meetings
Path parameters
groupKeyinteger required
The key of the group
Query parameters
historyboolean required
When 'true', returns all past meetings within date range
startDatestring date-time required
If history=true, required start of date range, in ISO8601 UTC format, e.g. 2015-07-01T22:00:00Z
endDatestring date-time required
If history=true, required end of date range, in ISO8601 UTC format, e.g. 2015-07-01T23:00:00Z
Headers
Authorizationstring required
Access token
Response
OK