GET LotteryTK/GanDB/{LotteryId}/{DateOpen}/{LotoGanTypeId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LotteryId | No documentation available. |
Define this parameter in the request URI. |
| DateOpen | No documentation available. |
Define this parameter in the request URI. |
| LotoGanTypeId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body 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-25T20:17:24.5079218+07:00"
},
{
"LotoNumber": "sample string 1",
"GanDayCounter": 2,
"GanMaxCounter": 3,
"LotoGanTypeId": 64,
"AppearLatestDay": "2025-12-25T20:17:24.5079218+07:00"
},
{
"LotoNumber": "sample string 1",
"GanDayCounter": 2,
"GanMaxCounter": 3,
"LotoGanTypeId": 64,
"AppearLatestDay": "2025-12-25T20:17:24.5079218+07:00"
}
]
}