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-06 12:50:32",
"AuthorTransId": "61cd6fd9-0197-4ddb-8d9c-bb26759b41f9",
"TitleTransId": "f60674a7-7cf7-4f5b-acf4-2d7c0786dd10",
"DescTransId": "b36b75d7-330a-450c-9f2a-fc71fff0fb0f",
"UrlTransId": "935c1e23-48b0-4094-b37e-0e9671e9b559"
},
{
"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-06 12:50:32",
"AuthorTransId": "61cd6fd9-0197-4ddb-8d9c-bb26759b41f9",
"TitleTransId": "f60674a7-7cf7-4f5b-acf4-2d7c0786dd10",
"DescTransId": "b36b75d7-330a-450c-9f2a-fc71fff0fb0f",
"UrlTransId": "935c1e23-48b0-4094-b37e-0e9671e9b559"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}