GET api/Notification/GetCustomerReadNotification

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of NotificationDto
NameDescriptionTypeAdditional 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:46:22.7336816+05:30",
    "createdDate": "2026-09-03T19:46:22.7336816+05:30",
    "recordStatus": 64,
    "readStatus": 64,
    "branchId": 1,
    "userId": 1,
    "serviceCompanyId": 1
  },
  {
    "$ref": "1"
  }
]