GET api/NotificationsReadUpdate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Notification
NameDescriptionTypeAdditional information
NotificationID

integer

None.

UserID

integer

None.

PackageID

integer

None.

NotificationType

string

None.

Title

string

None.

Message

string

None.

CreatedDate

date

None.

IsRead

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NotificationID": 1,
    "UserID": 2,
    "PackageID": 3,
    "NotificationType": "sample string 4",
    "Title": "sample string 5",
    "Message": "sample string 6",
    "CreatedDate": "2025-12-24T06:03:07.1324965-08:00",
    "IsRead": true
  },
  {
    "NotificationID": 1,
    "UserID": 2,
    "PackageID": 3,
    "NotificationType": "sample string 4",
    "Title": "sample string 5",
    "Message": "sample string 6",
    "CreatedDate": "2025-12-24T06:03:07.1324965-08:00",
    "IsRead": true
  }
]