---
title: "getAllNotifications"
method: GET
path: "/api/user/notifications"
tags: ["notification-user-resource"]
---

# getAllNotifications

`GET /api/user/notifications`

## Query parameters

- `body.contains` string
- `body.doesNotContain` string
- `body.equals` string
- `body.in` string[]
- `body.notEquals` string
- `body.notIn` string[]
- `body.specified` boolean
- `color.equals` 'RED' | 'GREEN'
- `color.in` string[]
- `color.notEquals` 'RED' | 'GREEN'
- `color.notIn` string[]
- `color.specified` boolean
- `id.equals` integer
- `id.greaterThan` integer
- `id.greaterThanOrEqual` integer
- `id.in` integer[]
- `id.lessThan` integer
- `id.lessThanOrEqual` integer
- `id.notEquals` integer
- `id.notIn` integer[]
- `id.specified` boolean
- `page` integer
- `path.contains` string
- `path.doesNotContain` string
- `path.equals` string
- `path.in` string[]
- `path.notEquals` string
- `path.notIn` string[]
- `path.specified` boolean
- `readed.equals` boolean
- `readed.in` boolean[]
- `readed.notEquals` boolean
- `readed.notIn` boolean[]
- `readed.specified` boolean
- `size` integer
- `sort` string[]
- `userId.equals` integer
- `userId.greaterThan` integer
- `userId.greaterThanOrEqual` integer
- `userId.in` integer[]
- `userId.lessThan` integer
- `userId.lessThanOrEqual` integer
- `userId.notEquals` integer
- `userId.notIn` integer[]
- `userId.specified` boolean

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/ayriaclub/apis/ayria-api.md) · [All operations](https://skmtc.dev/ayriaclub/apis/ayria-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ayriaclub/ayria-api/revisions/097cded81400/schema)
