---
title: "List Appointment Rooms"
method: GET
path: "/api/2.0/appointments/rooms/"
tags: ["Appointment Rooms"]
---

# List Appointment Rooms

`GET /api/2.0/appointments/rooms/`

List the rooms available per practices

## Query parameters

- `practice` integer[]

## Response `200`

- object
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` object[], required
    - `name` string
    - `practice` integer

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
