---
title: "Get all banner alerts."
method: GET
path: "/notifications/banner-alerts"
tags: ["Notifications"]
---

# Get all banner alerts.

`GET /notifications/banner-alerts`

Returns all banner alerts (=system wide notifications).

## Response `200`

A successful response.

- ProtobufGetBannerAlertsResponse
  - `bannerAlerts` ProtobufBannerAlert[]
    - `id` integer
    - `startsAt` string
    - `expiresAt` string
    - `text` string
    - `warn` boolean

---

[API](https://skmtc.dev/tum-dev/apis/gocast-api.md) · [All operations](https://skmtc.dev/tum-dev/apis/gocast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tum-dev/gocast-api/revisions/18ce08adf685/schema)
