GET LotteryTK/TKMegaBieuDoJackpot?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
ResponseObjectOfListOfMegaBieuDoJackpot| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of MegaBieuDoJackpot |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"Date": "sample string 1",
"Jackpot": "sample string 2",
"JackpotValue": 3,
"Rate": "sample string 4"
},
{
"Date": "sample string 1",
"Jackpot": "sample string 2",
"JackpotValue": 3,
"Rate": "sample string 4"
}
]
}