GET api/AlertsTasks/GetAlertsMobile/{Culture}/{NextItemInfo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Culture | string |
Required |
|
| NextItemInfo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MobileNotificationServiceResponseOfListOfAlertsMembers| Name | Description | Type | Additional information |
|---|---|---|---|
| PageCount | string |
None. |
|
| NextPageInfo | string |
None. |
|
| PreviousPageInfo | string |
None. |
|
| Count | string |
None. |
|
| Data | Collection of AlertsMembers |
None. |
Response Formats
application/json, text/json
Sample:
{
"PageCount": "sample string 1",
"NextPageInfo": "sample string 2",
"PreviousPageInfo": "sample string 3",
"Count": "sample string 4",
"Data": [
{
"AlertID": 1,
"PriorityName": "sample string 2",
"Dismissed": true,
"Title": "sample string 4",
"StartDate": "2025-12-19T09:54:08.2635833+00:00",
"EndDate": "2025-12-19T09:54:08.2635833+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-12-19T09:54:08.2635833+00:00",
"EndDate": "2025-12-19T09:54:08.2635833+00:00",
"Body": "sample string 5",
"ItemType": 6,
"ColorCode": "sample string 7",
"PartnerRestriction": 8
}
]
}