GET LotteryKQ/KenoDetail/{RollingNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RollingNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfLotteryKenos| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | LotteryKenos |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": {
"LotteryKenoId": 1,
"DateId": 2,
"OpenDateTime": "2025-12-27T02:30:22.6599353+07:00",
"RollingNo": 4,
"NumbersData": "sample string 5",
"PrizesData": "sample string 6",
"CrDateTime": "2025-12-27T02:30:22.6599353+07:00",
"StatusId": 64,
"EvenCounter": 64,
"OddCounter": 64,
"BigCounter": 64,
"SmallCounter": 64
}
}