PushNotification

Get user's notification list for an institute.

Replaces "AVRCMSService/Notification/NTFGetUserNotificationByInstitute" service.

post/PushNotification/Get

Headers

X-Versionstring

Request body

instituteIdinteger required

Institute identifier

pageNumberinteger required

Page number identifier

rowsOfPageinteger required

Rows (items) per page to show

isDeletedinteger

Status of notification to list

Example request

{
  "instituteId": 1,
  "pageNumber": 1,
  "rowsOfPage": 10
}

Response

Success

idinteger
messagestring nullable
parameterstring nullable
thumbnailstring nullable
createdstring date-time
isReadboolean
isDeletedboolean
titlestring nullable
categorystring nullable
unreadCountinteger

Total unread messages

totalCountinteger

Total messages (read and unread combined)

Changes

No recorded changes to this endpoint across all 1 revision of this API.