POST V2/CMS/GetContents
Request Information
URI Parameters
None.
Body Parameters
ContentPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CatIds | Collection of integer |
None. |
|
| GroupIds | Collection of integer |
None. |
|
| PageInfo | PageInfo |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CatIds": [
1,
2
],
"GroupIds": [
1,
2
],
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"Type": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PageDataOfContentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of ContentInfo |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalPage": 1,
"TotalRecord": 1,
"Data": [
{
"Id": 1,
"Title": "sample string 2",
"Desc": "sample string 3",
"Author": "sample string 4",
"Url": "sample string 5",
"IsOpenWindows": true,
"Image": "sample string 7",
"ContentDateTime": "2026-04-26 14:01:44",
"AuthorTransId": "91d72f8d-0885-429f-b8cf-f6f92b1469cf",
"TitleTransId": "4f59a7c0-b59e-44ff-8e94-9aec82f84375",
"DescTransId": "3a6bc4a3-919e-4027-aa60-09efdc2f3a27",
"UrlTransId": "be16bcb0-7789-499d-aaf9-6b4506436783"
},
{
"Id": 1,
"Title": "sample string 2",
"Desc": "sample string 3",
"Author": "sample string 4",
"Url": "sample string 5",
"IsOpenWindows": true,
"Image": "sample string 7",
"ContentDateTime": "2026-04-26 14:01:44",
"AuthorTransId": "91d72f8d-0885-429f-b8cf-f6f92b1469cf",
"TitleTransId": "4f59a7c0-b59e-44ff-8e94-9aec82f84375",
"DescTransId": "3a6bc4a3-919e-4027-aa60-09efdc2f3a27",
"UrlTransId": "be16bcb0-7789-499d-aaf9-6b4506436783"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}