Server Reference
Meetings
A GET request to /meetings
returns a list of meeting sessions.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Limits results to a specific room.
Limits results to meetings with a start time greater than or equal to this value.
Limits results to meetings with a start time less than this value.
Limits results to ongoing meetings if true, or completed meetings if false.
If set to true, doesn't return the participant list in each meeting.
Response
200
application/json
A successful response.
The response is of type object
.