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-15 15:26:24",
"AuthorTransId": "beb8209d-1d89-4c22-876c-ca9677abf10b",
"TitleTransId": "4cb6dd46-7943-4b34-bef2-bfbc0fadcfca",
"DescTransId": "03aacf90-c4d5-4e23-b101-d650850f2af2",
"UrlTransId": "5a5705ec-2737-4a0d-8716-5047f11abc1d",
"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": "2026-04-15 15:26:24",
"AuthorTransId": "beb8209d-1d89-4c22-876c-ca9677abf10b",
"TitleTransId": "4cb6dd46-7943-4b34-bef2-bfbc0fadcfca",
"DescTransId": "03aacf90-c4d5-4e23-b101-d650850f2af2",
"UrlTransId": "5a5705ec-2737-4a0d-8716-5047f11abc1d",
"Seq": 1
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}