GET LotteryTK/SoMo/{GroupId}/{PageIndex}/{PageSize}?Keyword={Keyword}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | byte |
Required |
|
| PageIndex | integer |
Required |
|
| PageSize | integer |
Required |
|
| Keyword | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfSoMo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of SoMo |
None. |
Response 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"
}
]
}