GET api/AlertsTasks/NotificationDetails/{NotificationID}/{Culture}/{ActiveDay}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NotificationID

string

Required

Culture

string

Required

ActiveDay

string

Required

Body Parameters

None.

Response Information

Resource Description

NotificationDetailsMembers
NameDescriptionTypeAdditional 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-09-03T18:56:01.7615142+00:00",
  "EndDate": "2024-09-03T18:56:01.7615142+00:00",
  "PostDate": "2024-09-03T18:56:01.7615142+00:00",
  "PartnerRestriction": 7
}