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-03-06 15:09:52",
"AuthorTransId": "2227ce43-a203-4f13-9552-61e1447e5ed5",
"TitleTransId": "6b81fdd7-68a6-4ac1-85af-5f48653d4220",
"DescTransId": "8f6af128-2739-4bc2-b187-3c245e8be0a2",
"UrlTransId": "3cd7f7f8-1345-4c86-be40-ca58b56c3882"
},
{
"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-03-06 15:09:52",
"AuthorTransId": "2227ce43-a203-4f13-9552-61e1447e5ed5",
"TitleTransId": "6b81fdd7-68a6-4ac1-85af-5f48653d4220",
"DescTransId": "8f6af128-2739-4bc2-b187-3c245e8be0a2",
"UrlTransId": "3cd7f7f8-1345-4c86-be40-ca58b56c3882"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}