---
title: "Get user's notification list for an institute."
method: POST
path: "/PushNotification/Get"
tags: ["PushNotification"]
---

# Get user's notification list for an institute.

`POST /PushNotification/Get`

Replaces "AVRCMSService/Notification/NTFGetUserNotificationByInstitute" service.

## Headers

- `X-Version` string

## Request body

- GetNotificationRequest
  - `instituteId` integer, required — Institute identifier
  - `pageNumber` integer, required — Page number identifier
  - `rowsOfPage` integer, required — Rows (items) per page to show
  - `isDeleted` integer — Status of notification to list

## Response `200`

Success

- GetNotificationResponse[]
  - `id` integer
  - `message` string, nullable
  - `parameter` string, nullable
  - `thumbnail` string, nullable
  - `created` string, date-time
  - `isRead` boolean
  - `isDeleted` boolean
  - `title` string, nullable
  - `category` string, nullable
  - `unreadCount` integer — Total unread messages
  - `totalCount` integer — Total messages (read and unread combined)

## Other responses

- `400` — If param invalid
- `401` — If unauthorized

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
