---
title: "Get a Pupil's Latest Termly Health Form"
method: GET
path: "/TermlyHealth/Pupil/{pupilId}"
tags: ["Termlyhealth"]
---

# Get a Pupil's Latest Termly Health Form

`GET /TermlyHealth/Pupil/{pupilId}`

**Requires permissions:** *Guardian* or *Parent*

Returns the most recent termly health form for a pupil (parents of that pupil only).

## Path parameters

- `pupilId` integer, required

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Returned form

- GetTermlyHealthPupilResponse
  - `id` integer
  - `pupilId` integer, nullable
  - `term` integer, nullable
  - `pupilName` string, nullable
  - `pupilHouse` string, nullable
  - `pupilYear` integer, nullable
  - `holiday` boolean, nullable
  - `holidayDetails` string, nullable
  - `medication` boolean, nullable
  - `medicationDetails` string, nullable
  - `vaccinations` boolean, nullable
  - `vaccinationsDetails` string, nullable
  - `infections` boolean, nullable
  - `infectionsDetails` string, nullable
  - `submitted` string, date-time, nullable
  - `parentName` string, nullable
  - `changes` boolean, nullable

## Other responses

- `401` — Unauthorized
- `403` — Not permitted to view this pupil's form

## Changes

- **2026-09-02** `36dba1c77613` — 1 breaking, 1 info
  - the `allOf[#/components/schemas/TermlyHealthForm]/pupilId` response's property format changed from `int32` to `int64` for status `200`
  - for the `path` request parameter `pupilId`, the format was generalized from `int32` to `int64`

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/TermlyHealth/Pupil/:pupilId/get.md)

---

[API](https://skmtc.dev/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/revisions/a434e248333a/schema)
