---
title: "Get tutor groups for report setup (legacy /report/setup/TutorGroups)"
method: GET
path: "/report/setup/TutorGroups"
tags: ["Report"]
---

# Get tutor groups for report setup (legacy /report/setup/TutorGroups)

`GET /report/setup/TutorGroups`

**Requires permission:** *ReportAdmins*

Legacy report-setup tutor-group lookup. Returns the MIS tutor-group shape with the tutor's int STAFF_ID. Awaiting the canonical pupil/staff bridge (T323d).

## Response `200`

Success - Got tutor groups

- GetReportSetupTutorGroupsResponse
  - `tutorGroups` ReportSetupTutorGroup[], nullable
    - `code` string, nullable
    - `description` string, nullable
    - `yearCode` string, nullable
    - `tutorCode` string, nullable
    - `tutorSurname` string, nullable
    - `tutorPreferredName` string, nullable
    - `tutorStaffId` integer

## 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)
