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": "2025-12-13 12:51:52",
"AuthorTransId": "e4e6c8ba-f4cd-4ab3-819b-8772e9b4df8a",
"TitleTransId": "1534ff78-dc1f-470b-851f-d73bf1641366",
"DescTransId": "e6e37268-52dc-4b53-bd29-886a6a355f79",
"UrlTransId": "4c93b3bb-9479-4d11-8467-6d79a1c0e6d9",
"Seq": 1
},
{
"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": "2025-12-13 12:51:52",
"AuthorTransId": "e4e6c8ba-f4cd-4ab3-819b-8772e9b4df8a",
"TitleTransId": "1534ff78-dc1f-470b-851f-d73bf1641366",
"DescTransId": "e6e37268-52dc-4b53-bd29-886a6a355f79",
"UrlTransId": "4c93b3bb-9479-4d11-8467-6d79a1c0e6d9",
"Seq": 1
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}