GET api/Notification/CurrentEmailNotification
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationId | integer |
None. |
|
| SubscriberId | integer |
None. |
|
| ContactId | integer |
None. |
|
| Name | string |
None. |
|
| 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:00:57.6835068Z",
"closeTime": "2025-12-08T04:00:57.6835068Z",
"errorText": "sample string 6"
}