GET LotteryKQ/KenoPage/{PageIndex}/{PageSize}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| PageIndex | No documentation available. |
Define this parameter in the request URI. |
| PageSize | 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": [
{
"LotteryKenoId": 1,
"DateId": 2,
"OpenDateTime": "2025-12-25T20:17:23.7573834+07:00",
"RollingNo": 4,
"NumbersData": "sample string 5",
"PrizesData": "sample string 6",
"CrDateTime": "2025-12-25T20:17:23.7573834+07:00",
"StatusId": 64,
"EvenCounter": 64,
"OddCounter": 64,
"BigCounter": 64,
"SmallCounter": 64
},
{
"LotteryKenoId": 1,
"DateId": 2,
"OpenDateTime": "2025-12-25T20:17:23.7573834+07:00",
"RollingNo": 4,
"NumbersData": "sample string 5",
"PrizesData": "sample string 6",
"CrDateTime": "2025-12-25T20:17:23.7573834+07:00",
"StatusId": 64,
"EvenCounter": 64,
"OddCounter": 64,
"BigCounter": 64,
"SmallCounter": 64
},
{
"LotteryKenoId": 1,
"DateId": 2,
"OpenDateTime": "2025-12-25T20:17:23.7573834+07:00",
"RollingNo": 4,
"NumbersData": "sample string 5",
"PrizesData": "sample string 6",
"CrDateTime": "2025-12-25T20:17:23.7573834+07:00",
"StatusId": 64,
"EvenCounter": 64,
"OddCounter": 64,
"BigCounter": 64,
"SmallCounter": 64
}
]
}