---
title: "Get the whole office incl. rooms with participants"
method: GET
path: "/api/office"
tags: ["API"]
---

# Get the whole office incl. rooms with participants

`GET /api/office`

## Response `200`

Success

- Office
  - `groups` Group[], required
    - `id` string, required
    - `name` string, required
  - `rooms` Room[], required
    - `id` string, required
    - `group` string
    - `name` string, required
    - `joinUrl` string
    - `temporary` boolean
    - `links` Link[]
      - `href` string, required
      - `text` string, required
      - `icon` string
    - `icon` string

## Other responses

- `500` — Internal error

## Changes

- **2020-04-24** `2c62ae376da8` — 1 info
  - endpoint added
- **2020-03-29** `7d0e3757f332` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tng/apis/virtual-office/changes/api/office/get.md)

---

[API](https://skmtc.dev/tng/apis/virtual-office.md) · [All operations](https://skmtc.dev/tng/apis/virtual-office/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tng/virtual-office/revisions/bd22bb480374/schema)
