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

# Get Weekend Leave Options

`GET /WeekendLeave/Options`

**Requires permission:** *AcademicSupport*

Gets a list of Weekend Leave Options with optional sorting and filtering.

## Query parameters

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

## Response `200`

Success - Got Weekend Leave options

- GetWeekendLeaveOptionsResponse
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer
  - `options` WeekendLeaveOption[]
    - `id` integer
    - `value` string, nullable
    - `requiresDescription` boolean
    - `requiresAddress` boolean

## Other responses

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