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

# Get Notices

`GET /Notices`

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

Get all InAppNotices

## Query parameters

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

## Response `200`

Success - Got Notices

- GetNoticesResponse
  - `inAppNotices` InAppNotice[], nullable
    - `id` integer
    - `title` string, nullable
    - `message` string, nullable
    - `permissions` string, nullable
    - `show` string, date-time, nullable
    - `hide` string, date-time, nullable
    - `url` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Could not get notices
- `401` — Unauthorized

---

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