GET LotteryTK/TKKenoDauDuoi?rollingNos={rollingNos}&dateFrom={dateFrom}&dateTo={dateTo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rollingNos | integer |
Default value is 0 |
|
| dateFrom | string |
Default value is |
|
| dateTo | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfLotteryKeno_TKDauDuoi| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | LotteryKeno_TKDauDuoi |
None. |
Response 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
}
],
"Tail": [
{
"Label": "sample string 1",
"AppearCount": 2
},
{
"Label": "sample string 1",
"AppearCount": 2
}
]
}
}