Server Reference
Meetings
A GET request to /meetings
returns a list of meeting sessions.
GET
/
meetings
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
room
string
Limits results to a specific room.
timeframe_start
integer
Limits results to meetings with a start time greater than or equal to this value.
timeframe_end
integer
Limits results to meetings with a start time less than this value.
ongoing
boolean
Limits results to ongoing meetings if true, or completed meetings if false.
no_participants
boolean
If set to true, doesn't return the participant list in each meeting.
Response
200 - application/json
total_count
integer
requiredTotal number of meeting sessions matching the query.
data
object[]
required