---
title: "Get the day letter for the current date"
method: GET
path: "/Timetable/DayLetter"
tags: ["Timetable"]
---

# Get the day letter for the current date

`GET /Timetable/DayLetter`

**Auth:** Authenticated - any signed-in user.

Returns the first character of the MIS timetable rotation day name for today (e.g. the 'day letter').

## Response `200`

Success - day letter for today

- GetDayLetterResponse
  - `dayLetter` string, nullable

## Other responses

- `400` — An Error Occurred - Could not retrieve day letter
- `401` — Unauthorized

---

[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/versions/fab57bf5558a/schema)
