GET LotteryTK/ThongkeNhanhByGroup/{LotteryGroupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LotteryGroupId | byte |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfLotteryTK_ThongkeNhanh| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of LotteryTK_ThongkeNhanh |
None. |
Response 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-27T02:19:31.513138+07:00",
"ListData": [
{
"DataName": "sample string 1",
"DataValue": "sample string 2"
},
{
"DataName": "sample string 1",
"DataValue": "sample string 2"
}
]
},
{
"Title": "sample string 1",
"LotteryName": "sample string 2",
"DateOpen": "2025-12-27T02:19:31.513138+07:00",
"ListData": [
{
"DataName": "sample string 1",
"DataValue": "sample string 2"
},
{
"DataName": "sample string 1",
"DataValue": "sample string 2"
}
]
}
]
}