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",
"Image": "sample string 6",
"ContentDateTime": "2026-06-23 15:09:02",
"AuthorTransId": "5e2fdaa2-59b6-4833-86db-8cc6d58f9925",
"TitleTransId": "6df18ef5-9943-40f1-9bb1-cd37f9a9529b",
"DescTransId": "87eec2c2-3e32-4dad-b12d-4344342ec2c3",
"UrlTransId": "308a9ef8-3874-4865-88d6-ef1cde5d24c1"
},
{
"Id": 1,
"Title": "sample string 2",
"Desc": "sample string 3",
"Author": "sample string 4",
"Url": "sample string 5",
"Image": "sample string 6",
"ContentDateTime": "2026-06-23 15:09:02",
"AuthorTransId": "5e2fdaa2-59b6-4833-86db-8cc6d58f9925",
"TitleTransId": "6df18ef5-9943-40f1-9bb1-cd37f9a9529b",
"DescTransId": "87eec2c2-3e32-4dad-b12d-4344342ec2c3",
"UrlTransId": "308a9ef8-3874-4865-88d6-ef1cde5d24c1"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}