GET LotteryTK/SoMo/{GroupId}/{PageIndex}/{PageSize}?Keyword={Keyword}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| GroupId | No documentation available. |
Define this parameter in the request URI. |
| PageIndex | No documentation available. |
Define this parameter in the request URI. |
| PageSize | No documentation available. |
Define this parameter in the request URI. |
| Keyword | 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": [
{
"SoMoName": "sample string 1",
"ChinhSo": "sample string 2",
"ThoiThan": "sample string 3",
"HoiSo": "sample string 4",
"BoiSo": "sample string 5",
"SoMoGroupId": 64,
"SoMoGroupName": "sample string 7"
},
{
"SoMoName": "sample string 1",
"ChinhSo": "sample string 2",
"ThoiThan": "sample string 3",
"HoiSo": "sample string 4",
"BoiSo": "sample string 5",
"SoMoGroupId": 64,
"SoMoGroupName": "sample string 7"
},
{
"SoMoName": "sample string 1",
"ChinhSo": "sample string 2",
"ThoiThan": "sample string 3",
"HoiSo": "sample string 4",
"BoiSo": "sample string 5",
"SoMoGroupId": 64,
"SoMoGroupName": "sample string 7"
}
]
}