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

# Get the whole office incl. rooms

`GET /api/office`

## Response `200`

Success

- Office
  - `groups` Group[], required
    - `id` string, required
    - `name` string, required
    - `disabledAfter` string — ISO 8601 string
    - `disabledBefore` string — ISO 8601 string
    - `joinableAfter` string — ISO 8601 string
    - `groupJoin` GroupJoinConfig
      - `minimumParticipantCount` number, required — Minimum number of participants in a room. When this count has been reached, the next one will be filled.
      - `title` string, required — Title that is displayed as the header of the group join card.
      - `subtitle` string — Subtitle that is displayed underneath the header of the group join card.
      - `description` string, required — Description that explains the group join functionality to users.
  - `rooms` Room[], required
    - `meetingId` string, required
    - `roomId` string
    - `group` string
    - `name` string, required
    - `subtitle` string
    - `description` string
    - `joinUrl` string
    - `temporary` boolean
    - `links` Link[]
      - `href` string, required
      - `text` string, required
      - `icon` string
    - `icon` string

## Other responses

- `500` — Internal error

## Changes

- **2026-07-17** `5cc6ee797979` — 2 info
  - added the optional property `rooms/items/allOf[#/components/schemas/roomConfig]/description` to the response with the `200` status
  - added the optional property `rooms/items/allOf[#/components/schemas/roomConfig]/subtitle` to the response with the `200` status
- **2020-06-12** `ec74b84f61e8` — 1 info
  - added the optional property `groups/items/joinableAfter` to the response with the `200` status
- **2020-05-29** `080b851f5bdb` — 3 info
  - added the optional property `groups/items/groupJoin/subtitle` to the response with the `200` status
  - added the required property `groups/items/groupJoin/description` to the response with the `200` status
  - added the required property `groups/items/groupJoin/title` to the response with the `200` status
- **2020-05-29** `b783f7b2bc81` — 2 warning, 2 info
  - removed the optional property `groups/items/disableAfter` from the response with the `200` status
  - removed the optional property `groups/items/disableBefore` from the response with the `200` status
  - added the optional property `groups/items/disabledAfter` to the response with the `200` status
  - added the optional property `groups/items/disabledBefore` to the response with the `200` status
- **2020-05-29** `0d6a5dd12645` — 2 info
  - added the optional property `groups/items/disableAfter` to the response with the `200` status
  - added the optional property `groups/items/disableBefore` to the response with the `200` status

[Full 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/5cc6ee797979/schema)
