room
Get Sessions in a Room
Get a list of sessions in a meeting room
get/rooms/{room_id}/sessions
Query parameters
user_idstring
(Optional) Filter by user_id
is_connectingboolean
(Optional) Filter by their online status
Response
Successful operation
Example response
{
"sessions": [
{
"id": "000585f36eed9e8fb6b655b4",
"member_id": "000585f36eed9e8fb6b655b4",
"user_id": "000585f36eed9e8fb6b655b4",
"connected_at": "2023-01-01T01:00:00.000Z",
"disconnected_at": "2023-01-01T01:30:00.000Z"
}
]
}Changes
Changed in 4 of the 20 revisions of this API.13
- ○
added the new optional
queryrequest parameteris_connectingnew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parameteruser_idnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲