---
title: "Get all rooms incl. participants"
method: GET
path: "/api/rooms"
tags: ["API"]
---

# Get all rooms incl. participants

`GET /api/rooms`

## Response `200`

Success

- Room[]
  - `id` string, required
  - `group` string
  - `name` string, required
  - `joinUrl` string, required
  - `participants` Participant[], required
    - `username` string, required
    - `name` string
    - `email` string
    - `profileImage` string
  - `links` Link[]
    - `href` string, required
    - `text` string, required
    - `icon` string
  - `icon` string

## Other responses

- `500` — Internal error

## Changes

- **2020-03-29** `3f4992c48e4e` — 2 info
  - added the optional property `items/group` to the response with the `200` status
  - added the required property `items/id` to the response with the `200` status
- **2020-03-29** `df0948fb5b6b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tng/apis/virtual-office/changes/api/rooms/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/a3137c13f4da/schema)
