GET api/AlertsTasks/NotificationDetails/{NotificationID}/{Culture}/{ActiveDay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationID | string |
Required |
|
| Culture | string |
Required |
|
| ActiveDay | string |
Required |
Body Parameters
None.
Response Information
Resource Description
NotificationDetailsMembers| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationId | integer |
None. |
|
| NotificationType | string |
None. |
|
| TaggedCategory | Collection of string |
None. |
|
| Title | string |
None. |
|
| Body | string |
None. |
|
| Priority | string |
None. |
|
| Dismissed | boolean |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| PostDate | date |
None. |
|
| PartnerRestriction | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"NotificationId": 1,
"NotificationType": "sample string 2",
"TaggedCategory": [
"sample string 1",
"sample string 2"
],
"Title": "sample string 3",
"Body": "sample string 4",
"Priority": "sample string 5",
"Dismissed": true,
"StartDate": "2025-12-19T09:53:05.6665089+00:00",
"EndDate": "2025-12-19T09:53:05.6665089+00:00",
"PostDate": "2025-12-19T09:53:05.6665089+00:00",
"PartnerRestriction": 7
}