GET LotteryTK/ThongkeNhanhByDate/{LotteryId}/{Date}/{PageIndex}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LotteryId | No documentation available. |
Define this parameter in the request URI. |
| Date | No documentation available. |
Define this parameter in the request URI. |
| PageIndex | 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": {
"Title": "sample string 1",
"LotteryName": "sample string 2",
"DateOpen": "2025-12-25T20:20:35.123983+07:00",
"ListData": [
{
"DataName": "sample string 1",
"DataValue": "sample string 2"
},
{
"DataName": "sample string 1",
"DataValue": "sample string 2"
},
{
"DataName": "sample string 1",
"DataValue": "sample string 2"
}
]
}
}