API
Get the whole office incl. rooms with participants
get/api/office
Response
Success
Example response
{
"groups": [
{
"id": "1",
"name": "Lord of the Rings"
}
],
"rooms": [
{
"id": "xxxxxxxx",
"group": "1",
"name": "Coffee Kitchen",
"joinUrl": "https://zoom.us/j/xxxxxxxx",
"links": [
{
"href": "http://www.google.de",
"text": "Google",
"icon": "http://example.com/bla.png"
}
],
"icon": "http://example.com/myRoomIcon.png"
}
]
}