---
title: "Get Timetabled Staff"
method: GET
path: "/Timetable/Admin/Staff"
tags: ["Timetable"]
---

# Get Timetabled Staff

`GET /Timetable/Admin/Staff`

**Requires permission:** *TimetableAdmin*

Every member of staff with a set this academic year, their set count, lessons per two-week cycle and the subjects they teach. Staff with no sets are left out — they have no timetable to export. Feeds the staff PDF export's picker.

## Query parameters

- `subject` string, nullable
- `search` string, nullable
- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Returned timetabled staff

- GetTimetableAdminStaffResponse
  - `staff` TimetableAdminPerson[]
    - `upi` string, guid, nullable
    - `name` string
    - `yearGroup` string, nullable
    - `house` string, nullable
    - `houseId` string, guid, nullable
    - `form` string, nullable
    - `jobTitle` string, nullable
    - `setCount` integer
    - `lessonsPerCycle` integer
    - `isOutlier` boolean
    - `subjects` string[]
  - `subjects` string[]
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Requires TimetableAdmin

## Changes

- **2026-08-27** `fb36fab6825e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/Timetable/Admin/Staff/get.md)

---

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