---
title: "Get a Pupil's Passports"
method: GET
path: "/Parent/Pupil/Passport"
tags: ["Parent"]
---

# Get a Pupil's Passports

`GET /Parent/Pupil/Passport`

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

The passports iSAMS holds for one of the caller's children, plus the passport types and places of issue configured in iSAMS so the app offers the School's own values.

## Query parameters

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

## Response `200`

Success

- GetPupilPassportResponse
  - `passports` PupilPassport[]
    - `id` string, nullable
    - `number` string, nullable
    - `dateOfIssue` string, date-time, nullable
    - `expiryDate` string, date-time, nullable
    - `passportNationality` string, nullable
    - `placeOfIssue` string, nullable
    - `type` string, nullable
  - `types` string[]
  - `placesOfIssue` string[]
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Not a parent of this pupil

---

[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/revisions/b6ca3e4d06fc/schema)
