---
title: "Get the subjects the caller is a HoD for"
method: GET
path: "/Me/Subjects"
tags: ["Me"]
---

# Get the subjects the caller is a HoD for

`GET /Me/Subjects`

**Requires permission:** *StaffMember*

Resolves the caller (email -> StaffMember.UPI) to the subjects they head (SubjectHead.StaffUPI), rebuilt from the canonical Subject/SubjectHead model.

## Response `200`

Success - Got subjects

- GetMySubjectsResponse
  - `subjects` HodSubjectDto[]
    - `code` string, nullable
    - `description` string, nullable
    - `category` string, nullable
    - `department` string, nullable
    - `subjectId` integer, nullable
    - `schoolReportPosition` integer, nullable

## Other responses

- `400` — An Error Occurred - Could not get subjects
- `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/versions/fab57bf5558a/schema)
