---
title: "Get applicants"
method: GET
path: "/applicants"
tags: ["Applicants"]
---

# Get applicants

`GET /applicants`

**Requires permissions:** *AcademicStaff* or *AcademicSupport* or *StudentFacing*

Future-year joiners (lifecycle status Applicant), each with facts from their earliest future-year enrolment. Excludes external OpenApply admissions. Supports filter, sort and paging.

## Query parameters

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

## Response `200`

Success - applicants returned

- GetPupilsResponse
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer
  - `pupils` PupilSummary[]
    - `upi` string, guid
    - `preferredName` string, nullable
    - `surname` string, nullable
    - `yearGroup` string, nullable
    - `form` string, nullable
    - `code` string, nullable
    - `academicHouseId` string, guid, nullable
    - `boardingHouseId` string, guid, nullable
    - `leaveDate` string, date-time, nullable

## Other responses

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