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
NotificationDetailsMembersName | 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": "2024-11-28T04:50:08.3558687+00:00", "EndDate": "2024-11-28T04:50:08.3558687+00:00", "PostDate": "2024-11-28T04:50:08.3558687+00:00", "PartnerRestriction": 7 }