GET LotteryAccount/NotifyApps_GetListPaging/{platform}/{pageIndex}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| platform | string |
Required |
|
| pageIndex | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfNotifyAppsJson| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of NotifyAppsJson |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"NotifyAppId": 1,
"NotifyTitle": "sample string 2",
"NotifyContent": "sample string 3",
"NotifyTime": "sample string 4",
"NotifyStatusId": 5,
"NotifyTypeId": 6,
"NotifySummary": "sample string 7"
},
{
"NotifyAppId": 1,
"NotifyTitle": "sample string 2",
"NotifyContent": "sample string 3",
"NotifyTime": "sample string 4",
"NotifyStatusId": 5,
"NotifyTypeId": 6,
"NotifySummary": "sample string 7"
}
]
}