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:
Sample not available.
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-03-06 15:09:50",
"AuthorTransId": "9476d55a-2fbc-4a44-bdf1-589754e2a680",
"TitleTransId": "27628c55-bb87-4eb4-9a27-c86e51d5a947",
"DescTransId": "71dfb105-8a84-44b4-8567-34e782db1474",
"UrlTransId": "fda06b9b-2541-46e5-827b-1ea96bb87b4a"
},
{
"Id": 1,
"Title": "sample string 2",
"Desc": "sample string 3",
"Author": "sample string 4",
"Url": "sample string 5",
"Image": "sample string 6",
"ContentDateTime": "2026-03-06 15:09:50",
"AuthorTransId": "9476d55a-2fbc-4a44-bdf1-589754e2a680",
"TitleTransId": "27628c55-bb87-4eb4-9a27-c86e51d5a947",
"DescTransId": "71dfb105-8a84-44b4-8567-34e782db1474",
"UrlTransId": "fda06b9b-2541-46e5-827b-1ea96bb87b4a"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}