GET LotteryTK/TKKenoChanLe?rollingNos={rollingNos}&dateFrom={dateFrom}&dateTo={dateTo}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| rollingNos | No documentation available. |
Define this parameter in the request URI. |
| dateFrom | No documentation available. |
Define this parameter in the request URI. |
| dateTo | 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": {
"Statistic": [
{
"Label": "sample string 1",
"Desc": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Rate": "sample string 2",
"Symbol": "sample string 3",
"BackgroundColor": "sample string 4",
"Color": "sample string 5"
},
{
"Label": "sample string 1",
"Desc": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Rate": "sample string 2",
"Symbol": "sample string 3",
"BackgroundColor": "sample string 4",
"Color": "sample string 5"
},
{
"Label": "sample string 1",
"Desc": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Rate": "sample string 2",
"Symbol": "sample string 3",
"BackgroundColor": "sample string 4",
"Color": "sample string 5"
}
],
"Details": [
{
"LotteryKenoId": 1,
"RollingNo": 2,
"NumbersData": "sample string 3",
"EvenCounter": 64,
"OddCounter": 64,
"BigCounter": 64,
"SmallCounter": 64,
"EvenOddLabel": "sample string 8",
"BigSmallLabel": "sample string 9"
},
{
"LotteryKenoId": 1,
"RollingNo": 2,
"NumbersData": "sample string 3",
"EvenCounter": 64,
"OddCounter": 64,
"BigCounter": 64,
"SmallCounter": 64,
"EvenOddLabel": "sample string 8",
"BigSmallLabel": "sample string 9"
},
{
"LotteryKenoId": 1,
"RollingNo": 2,
"NumbersData": "sample string 3",
"EvenCounter": 64,
"OddCounter": 64,
"BigCounter": 64,
"SmallCounter": 64,
"EvenOddLabel": "sample string 8",
"BigSmallLabel": "sample string 9"
}
]
}
}