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

# Get Weekend Leave Forms

`GET /WeekendLeave/Forms`

**Requires permissions:** *AcademicStaff* or *AcademicSupport* or *AssistantHousemaster* or *Guardian* or *Housemaster* or *Matron* or *Parent* or *Student* or *StudentFacing*

Gets a list of Weekend Leave Forms with optional pagination, sorting, filtering and includes. The Form's Weekend Leave Option is included by default.<br />Supported Includes: `Date`.

## Query parameters

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

## Response `200`

Success - Got Weekend Leave Forms

- GetWeekendLeaveFormsResponse
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer
  - `forms` WeekendLeaveForm[]
    - `id` integer
    - `parentUpi` string, guid, nullable
    - `parentNameId` integer, nullable
    - `studentUpi` string, guid, nullable
    - `studentNameId` integer, nullable
    - `option` WeekendLeaveOption
      - `id` integer
      - `value` string, nullable
      - `requiresDescription` boolean
      - `requiresAddress` boolean
    - `description` string, nullable
    - `addressContactUpi` string, guid, nullable
    - `date` WeekendLeaveDate
      - `id` integer
      - `weekendId` integer
      - `title` string, nullable
      - `start` string, date-time, nullable
      - `end` string, date-time, nullable
      - `description` string, nullable
      - `day` WeekendLeaveDay
        - `id` integer
        - `value` string, nullable
      - `archiveOn` string, date-time, nullable
      - `parentClose` string, date-time, nullable
      - `showFrom` string, date-time, nullable
      - `archived` boolean, nullable
      - `options` WeekendLeaveDateOption[]
        - `id` integer
        - `dateId` integer
        - `option` WeekendLeaveOption
          - `id` integer
          - `value` string, nullable
          - `requiresDescription` boolean
          - `requiresAddress` boolean
    - `archived` boolean, nullable
    - `submitted` string, date-time, nullable

## Other responses

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