POST V2/CMS/GetContents
Request Information
URI Parameters
None.
Body Parameters
ContentPageInfoName | 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
PageDataOfContentInfoName | 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-09-18 04:16:42", "AuthorTransId": "00e31bff-38d5-466d-bad7-a37ea8ec634e", "TitleTransId": "7e8b349a-7364-4f64-900c-f4ee95cfa5a0", "DescTransId": "f1ca9a41-6520-4938-91f8-e59f0859aa5e", "UrlTransId": "d1aad2be-a2b9-4ca9-b0ff-ab4f757b260d" }, { "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-09-18 04:16:42", "AuthorTransId": "00e31bff-38d5-466d-bad7-a37ea8ec634e", "TitleTransId": "7e8b349a-7364-4f64-900c-f4ee95cfa5a0", "DescTransId": "f1ca9a41-6520-4938-91f8-e59f0859aa5e", "UrlTransId": "d1aad2be-a2b9-4ca9-b0ff-ab4f757b260d" } ], "Page": 2, "PageSize": 3, "Offset": 3, "SortName": "sample string 4", "SortOrder": "sample string 5" }