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-09-04 15:27:45",
"AuthorTransId": "aff5e8f2-a3b6-4a9a-8442-9ef216cbec2d",
"TitleTransId": "21cdb1ee-6ca4-4fb6-b7dc-adb2ad74fdb2",
"DescTransId": "71759d35-3283-4782-b63c-87122a62ae0a",
"UrlTransId": "6c58a8b5-c09c-4b67-941c-c2154d42dc36"
},
{
"Id": 1,
"Title": "sample string 2",
"Desc": "sample string 3",
"Author": "sample string 4",
"Url": "sample string 5",
"Image": "sample string 6",
"ContentDateTime": "2026-09-04 15:27:45",
"AuthorTransId": "aff5e8f2-a3b6-4a9a-8442-9ef216cbec2d",
"TitleTransId": "21cdb1ee-6ca4-4fb6-b7dc-adb2ad74fdb2",
"DescTransId": "71759d35-3283-4782-b63c-87122a62ae0a",
"UrlTransId": "6c58a8b5-c09c-4b67-941c-c2154d42dc36"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}