GET api/Notification

Get All Notification

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Notification
NameDescriptionTypeAdditional information
NotificationId

integer

None.

SubscriberId

integer

None.

ContactId

integer

None.

Name

string

None.

Email

string

None.

NotificationText

string

None.

CreateTime

date

None.

CloseTime

date

None.

ErrorText

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "notificationId": 1,
    "subscriberId": 1,
    "contactId": 1,
    "name": "sample string 2",
    "email": "sample string 3",
    "notificationText": "sample string 4",
    "createTime": "2025-12-08T04:02:11.1912581Z",
    "closeTime": "2025-12-08T04:02:11.1912581Z",
    "errorText": "sample string 6"
  },
  {
    "notificationId": 1,
    "subscriberId": 1,
    "contactId": 1,
    "name": "sample string 2",
    "email": "sample string 3",
    "notificationText": "sample string 4",
    "createTime": "2025-12-08T04:02:11.1912581Z",
    "closeTime": "2025-12-08T04:02:11.1912581Z",
    "errorText": "sample string 6"
  }
]