GET api/AlertsTasks/GetLevelTwoAlerts/{Culture}/{ActiveDay}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Culture | string | 
                                 Required  | 
                |
| ActiveDay | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Collection of AlertsMembers| Name | Description | Type | Additional information | 
|---|---|---|---|
| AlertID | integer | 
                             None.  | 
                |
| PriorityName | string | 
                             None.  | 
                |
| Dismissed | boolean | 
                             None.  | 
                |
| Title | string | 
                             None.  | 
                |
| StartDate | date | 
                             None.  | 
                |
| EndDate | date | 
                             None.  | 
                |
| Body | string | 
                             None.  | 
                |
| ItemType | integer | 
                             None.  | 
                |
| ColorCode | string | 
                             None.  | 
                |
| PartnerRestriction | integer | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
[
  {
    "AlertID": 1,
    "PriorityName": "sample string 2",
    "Dismissed": true,
    "Title": "sample string 4",
    "StartDate": "2025-10-23T19:30:12.055865+00:00",
    "EndDate": "2025-10-23T19:30:12.055865+00:00",
    "Body": "sample string 5",
    "ItemType": 6,
    "ColorCode": "sample string 7",
    "PartnerRestriction": 8
  },
  {
    "AlertID": 1,
    "PriorityName": "sample string 2",
    "Dismissed": true,
    "Title": "sample string 4",
    "StartDate": "2025-10-23T19:30:12.055865+00:00",
    "EndDate": "2025-10-23T19:30:12.055865+00:00",
    "Body": "sample string 5",
    "ItemType": 6,
    "ColorCode": "sample string 7",
    "PartnerRestriction": 8
  }
]