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

---

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