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-04-04 14:35:00", "AuthorTransId": "1af6eed3-b21b-4e18-8568-1e3a83152ff4", "TitleTransId": "149de2e8-e09e-43ec-ba3a-2d4b209ea299", "DescTransId": "2fe12842-5f55-4800-92ec-2626c1feac5c", "UrlTransId": "22b7c792-65c6-409d-adfc-4d3cb1bea7fe" }, { "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-04-04 14:35:00", "AuthorTransId": "1af6eed3-b21b-4e18-8568-1e3a83152ff4", "TitleTransId": "149de2e8-e09e-43ec-ba3a-2d4b209ea299", "DescTransId": "2fe12842-5f55-4800-92ec-2626c1feac5c", "UrlTransId": "22b7c792-65c6-409d-adfc-4d3cb1bea7fe" } ], "Page": 2, "PageSize": 3, "Offset": 3, "SortName": "sample string 4", "SortOrder": "sample string 5" }