GET LotteryTK/Dream/{PageIndex}/{PageSize}?Keyword={Keyword}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| 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": [
{
"DreamName": "sample string 1",
"DreamNumbers": "sample string 2"
},
{
"DreamName": "sample string 1",
"DreamNumbers": "sample string 2"
},
{
"DreamName": "sample string 1",
"DreamNumbers": "sample string 2"
}
]
}