---
title: "Get a student's sanctions summary"
method: GET
path: "/sanctions/summary/{studentNameId}"
tags: ["Sanctions"]
---

# Get a student's sanctions summary

`GET /sanctions/summary/{studentNameId}`

**Requires permission:** *SanctionsAccess*

Aggregated sanctions summary for the given student (by MIS NAME_ID).

## Path parameters

- `studentNameId` integer, required

## Response `200`

Success - summary returned

- GetStudentSanctionsSummaryResponse
  - `summary` SanctionSummaryDto[]
    - `year` integer, nullable
    - `form` string, nullable
    - `numberOfSanctions` integer, nullable

## Other responses

- `400` — An error occurred - could not get summary
- `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)
