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_TongDauDuoiName | 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-04-11T11:41:08.5652674+07:00" }, { "LotoNumber": "sample string 1", "GanDayCounter": 2, "GanMaxCounter": 3, "LotoGanTypeId": 64, "AppearLatestDay": "2025-04-11T11:41:08.5652674+07:00" } ] }