GET LotteryTK/TKKenoDauDuoi?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": {
"Head": [
{
"Label": "sample string 1",
"AppearCount": 2
},
{
"Label": "sample string 1",
"AppearCount": 2
},
{
"Label": "sample string 1",
"AppearCount": 2
}
],
"Tail": [
{
"Label": "sample string 1",
"AppearCount": 2
},
{
"Label": "sample string 1",
"AppearCount": 2
},
{
"Label": "sample string 1",
"AppearCount": 2
}
]
}
}