GET LotteryAccount/NotifyApps_GetListPaging/{platform}/{pageIndex}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| platform | No documentation available. |
Define this parameter in the request URI. |
| pageIndex | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body 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"
},
{
"NotifyAppId": 1,
"NotifyTitle": "sample string 2",
"NotifyContent": "sample string 3",
"NotifyTime": "sample string 4",
"NotifyStatusId": 5,
"NotifyTypeId": 6,
"NotifySummary": "sample string 7"
}
]
}