---
title: "Get tutor groups (optionally by year)"
method: GET
path: "/TutorGroups"
tags: ["Tutorgroups"]
---

# Get tutor groups (optionally by year)

`GET /TutorGroups`

**Requires permission:** *StaffMember*

All in-use tutor groups (forms) in the current report year, optionally filtered to a specific year. Rebuilt from the canonical Form model.

## Query parameters

- `year` integer, nullable

## Response `200`

Success - Got tutor groups

- GetTutorGroupsLookupResponse
  - `tutorGroups` TutorGroupDto[], nullable
    - `academicYear` integer
    - `id` integer
    - `description` string, nullable
    - `code` string, nullable
    - `yearCode` string, nullable
    - `inUseString` string, nullable
    - `tutor` string, nullable
    - `tutorCode` string, nullable
    - `tutorPreferredName` string, nullable
    - `tutorSurname` string, nullable
    - `tutorStaffId` integer
    - `tutorStaff` StaffLite
      - `code` string, nullable
      - `preferredName` string, nullable
      - `surname` string, nullable
      - `email` string, nullable
      - `staffId` integer, nullable

## Other responses

- `400` — An Error Occurred - Could not get tutor groups
- `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)
