---
title: "Get Weekend Leave Addresses"
method: GET
path: "/WeekendLeave/Addresses"
tags: ["Weekendleave"]
---

# Get Weekend Leave Addresses

`GET /WeekendLeave/Addresses`

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

The addresses a parent can pick from for the "Home / Guardian / Host Family" option: every contact of the pupil that has an address on record (their own, plus guardians and host families). Restricted relationships are excluded.

## Query parameters

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

## Response `200`

Success - Got addresses

- GetWeekendLeaveAddressesResponse
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer
  - `addresses` WeekendLeaveAddress[]
    - `contactUpi` string, guid
    - `name` string
    - `relationship` string, nullable
    - `address` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - 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/versions/fab57bf5558a/schema)
