---
title: "Rooms with no lesson timetabled"
method: GET
path: "/FreePeriods/Rooms"
tags: ["Freeperiods"]
---

# Rooms with no lesson timetabled

`GET /FreePeriods/Rooms`

**Requires permissions:** *AcademicStaff* or *AcademicSupport* or *StudentFacing*

One entry per day and period, listing the rooms nothing is timetabled into. Science rooms are flagged: that department allocates its own rooms outside the timetable, so a free-looking Science room may still be in use.

## Response `200`

Success

- GetFreeRoomsResponse
  - `freeRooms` FreeRoomPeriodView[]
    - `dayName` string, nullable
    - `dayNumber` integer
    - `periodName` string, nullable
    - `periodNumber` integer
    - `rooms` FreeRoomView[]
      - `name` string, nullable
      - `code` string, nullable
      - `location` string, nullable
      - `allocationUnreliable` boolean
      - `allocationNote` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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