GET LotteryTK/TKLotoNgayNayNamXua/{lotteryId}/{special}/{dd}/{mm}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lotteryId | integer |
Required |
|
| special | integer |
Required |
|
| dd | integer |
Required |
|
| mm | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfLotoHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of LotoHistory |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"Years": [
{
"Year": "sample string 1",
"Counter": 64
},
{
"Year": "sample string 1",
"Counter": 64
}
],
"LotoHistoryId": 1,
"LotteryId": 2,
"LotteryGroupId": 64,
"LotoId": 4,
"MMDD": "sample string 5",
"Loto": "sample string 6",
"ToTal": 7
},
{
"Years": [
{
"Year": "sample string 1",
"Counter": 64
},
{
"Year": "sample string 1",
"Counter": 64
}
],
"LotoHistoryId": 1,
"LotteryId": 2,
"LotteryGroupId": 64,
"LotoId": 4,
"MMDD": "sample string 5",
"Loto": "sample string 6",
"ToTal": 7
}
]
}