GET LotteryTK/TKKenoItNhieu?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_TKItNhieu| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | LotteryKeno_TKItNhieu |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": {
"MostAppear": [
{
"LotteryKenoNumber": "sample string 1",
"LotteryKenoNumberInt": 2,
"AppearCounter": 3,
"ColorCode": "sample string 4"
},
{
"LotteryKenoNumber": "sample string 1",
"LotteryKenoNumberInt": 2,
"AppearCounter": 3,
"ColorCode": "sample string 4"
}
],
"LeastAppear": [
{
"LotteryKenoNumber": "sample string 1",
"LotteryKenoNumberInt": 2,
"AppearCounter": 3,
"ColorCode": "sample string 4"
},
{
"LotteryKenoNumber": "sample string 1",
"LotteryKenoNumberInt": 2,
"AppearCounter": 3,
"ColorCode": "sample string 4"
}
],
"NotAppear": [
{
"LotteryKenoNumber": "sample string 1",
"LotteryKenoNumberInt": 2,
"AppearCounter": 3,
"ColorCode": "sample string 4"
},
{
"LotteryKenoNumber": "sample string 1",
"LotteryKenoNumberInt": 2,
"AppearCounter": 3,
"ColorCode": "sample string 4"
}
],
"AllAppear": [
{
"LotteryKenoNumber": "sample string 1",
"LotteryKenoNumberInt": 2,
"AppearCounter": 3,
"ColorCode": "sample string 4"
},
{
"LotteryKenoNumber": "sample string 1",
"LotteryKenoNumberInt": 2,
"AppearCounter": 3,
"ColorCode": "sample string 4"
}
]
}
}