---
title: "Retrieve ALL notifies by your role"
method: GET
path: "/notification"
tags: ["Notify"]
---

# Retrieve ALL notifies by your role

`GET /notification`

## Query parameters

- `expired` boolean

## Response `200`

OK

- NotifyDTO[]
  - `id` integer
  - `self` string
  - `start` string, date-time
  - `end` string, date-time
  - `userRoles` string[]
  - `message` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/cloudesire/apis/cloudesire-users-api.md) · [All operations](https://skmtc.dev/cloudesire/apis/cloudesire-users-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudesire/cloudesire-users-api/revisions/3d64889e8ae7/schema)
