GET Articles/Tag/{TagId}/page/{PageIndex}/pagesize/{PageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TagId | integer |
Required |
|
| PageIndex | integer |
Required |
|
| PageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfTag| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Tag |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": {
"TagId": 1,
"TagDesc": "sample string 2",
"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-27T02:19:32.7582133+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-27T02:19:32.7582133+07:00"
}
]
}
}