GET LotteryArticleXsdp/ListByCate/{CategoryId}/{PageIndex}/{PageSize}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CategoryId | 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. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": {
"CategoryId": 1,
"CategoryName": "sample string 2",
"CategoryDesc": "sample string 3",
"CategoryUrl": "sample string 4",
"IconPath": "sample string 5",
"RegionName": "sample string 6",
"ArticleList": [
{
"ArticleId": 1,
"CategoryId": 2,
"ArticleCode": "sample string 3",
"ArticleTitle": "sample string 4",
"ArticleLead": "sample string 5",
"ArticleContent": "sample string 6",
"PhotoPath": "sample string 7",
"OriginalTitle": "sample string 8",
"PublishTime": "2025-12-25T20:17:17.4767172+07:00"
},
{
"ArticleId": 1,
"CategoryId": 2,
"ArticleCode": "sample string 3",
"ArticleTitle": "sample string 4",
"ArticleLead": "sample string 5",
"ArticleContent": "sample string 6",
"PhotoPath": "sample string 7",
"OriginalTitle": "sample string 8",
"PublishTime": "2025-12-25T20:17:17.4767172+07:00"
},
{
"ArticleId": 1,
"CategoryId": 2,
"ArticleCode": "sample string 3",
"ArticleTitle": "sample string 4",
"ArticleLead": "sample string 5",
"ArticleContent": "sample string 6",
"PhotoPath": "sample string 7",
"OriginalTitle": "sample string 8",
"PublishTime": "2025-12-25T20:17:17.4767172+07:00"
}
]
}
}