GET LotteryTK/LoGan/{LotteryId}/{LotoGanTypeId}/{DateRequest}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LotteryId | No documentation available. |
Define this parameter in the request URI. |
| LotoGanTypeId | No documentation available. |
Define this parameter in the request URI. |
| DateRequest | 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",
"TimeDisappear": 2,
"AppearLastDay": "2025-12-25T20:17:15.3649121+07:00",
"GanMaxCounter": 4,
"LotoNumberAppear": 5,
"LotoNumberReverse": "sample string 6",
"LotoNumberReverseAppear": 7
},
{
"LotoNumber": "sample string 1",
"TimeDisappear": 2,
"AppearLastDay": "2025-12-25T20:17:15.3649121+07:00",
"GanMaxCounter": 4,
"LotoNumberAppear": 5,
"LotoNumberReverse": "sample string 6",
"LotoNumberReverseAppear": 7
},
{
"LotoNumber": "sample string 1",
"TimeDisappear": 2,
"AppearLastDay": "2025-12-25T20:17:15.3649121+07:00",
"GanMaxCounter": 4,
"LotoNumberAppear": 5,
"LotoNumberReverse": "sample string 6",
"LotoNumberReverseAppear": 7
}
]
}