GET api/Notification/GetAdminUnreadNotification
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationId | integer |
None. |
|
| Heading | string |
None. |
|
| Details | string |
None. |
|
| NotificationType | byte |
None. |
|
| NotificationPath | string |
None. |
|
| DueDate | date |
None. |
|
| CreatedDate | date |
None. |
|
| RecordStatus | byte |
None. |
|
| ReadStatus | byte |
None. |
|
| BranchId | integer |
None. |
|
| UserId | integer |
None. |
|
| ServiceCompanyId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"notificationId": 1,
"heading": "sample string 2",
"details": "sample string 3",
"notificationType": 64,
"notificationPath": "sample string 5",
"dueDate": "2026-09-03T19:47:03.6550546+05:30",
"createdDate": "2026-09-03T19:47:03.6550546+05:30",
"recordStatus": 64,
"readStatus": 64,
"branchId": 1,
"userId": 1,
"serviceCompanyId": 1
},
{
"$ref": "1"
}
]
