GET LotteryTK/GanDB/{LotteryId}/{DateOpen}/{LotoGanTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LotteryId | integer |
Required |
|
| DateOpen | date |
Required |
|
| LotoGanTypeId | byte |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfLotteryTK_GanGiaiDacBiet_TongDauDuoi| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of LotteryTK_GanGiaiDacBiet_TongDauDuoi |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"LotoNumber": "sample string 1",
"GanDayCounter": 2,
"GanMaxCounter": 3,
"LotoGanTypeId": 64,
"AppearLatestDay": "2025-12-27T02:19:32.7269252+07:00"
},
{
"LotoNumber": "sample string 1",
"GanDayCounter": 2,
"GanMaxCounter": 3,
"LotoGanTypeId": 64,
"AppearLatestDay": "2025-12-27T02:19:32.7269252+07:00"
}
]
}