---
title: "Get All Termly Health Forms"
method: GET
path: "/TermlyHealth"
tags: ["Termlyhealth"]
---

# Get All Termly Health Forms

`GET /TermlyHealth`

**Requires permissions:** *AccidentReportingViewers* or *IT*

Returns this term's termly health forms (admin view).

## Response `200`

Success - Returned forms

- GetTermlyHealthListResponse
  - `forms` TermlyHealthForm[]
    - `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
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

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