---
title: "Get Notification Options"
method: GET
path: "/Notification/Options"
tags: ["Notification"]
---

# Get Notification Options

`GET /Notification/Options`

**Auth:** Authenticated - any signed-in user.

Get the notification options for the current user (defaults if none stored yet).

## Response `200`

Success - got options

- GetNotificationOptionsResponse
  - `notificationOptions` NotificationOptions
    - `id` integer
    - `identifier` string, required
    - `accidentReporting` boolean
    - `catering` boolean
    - `detailsChecker` boolean
    - `leaveTracking` boolean
    - `parentsEvening` boolean
    - `pdfDownload` boolean
    - `professionalDevelopment` boolean
    - `projectManagement` boolean
    - `rewards` boolean
    - `sanctions` boolean
    - `send` boolean
    - `studyLeave` boolean
    - `weekendLeave` boolean
    - `events` boolean
    - `externalSpeaker` boolean
    - `reviewOfResultsForm` boolean

## Other responses

- `400` — An Error Occurred - Could not get notification options
- `401` — Unauthorized - User not found

---

[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)
