/
DC 5.5 GetLayoutFolders
DC 5.5 GetLayoutFolders
This search is used for getting the layout folders (channels).
URL : /SearchService.js
Method : POST
Auth required : Yes
Required parameters
Name | Example | Description |
---|---|---|
SearchName | DigiZuite_System_Framework_LayoutFolders | Fixed parameter that identifies the endpoint method. |
accessKey | 2d8319f4-7a57-4ca0-a027-c44c2f259aac | accessKey for api |
Optional parameters
Name | Example | Description |
---|---|---|
folderId | 133 | id of the layout folder |
cUrl data example
Success Response
Code : 200 OK
Content example
{ "success": true, "error": "", "total": "3", "items": [{ "itemId": "9194", "totalCases": "3", "layoutFolderId": "134", "name": "Content", "Children": "1", "prevRef": "133" }, { "itemId": "9193", "totalCases": "3", "layoutFolderId": "133", "name": "DAM for Sitecore", "Children": "1", "prevRef": "0" }, { "itemId": "10270", "totalCases": "3", "layoutFolderId": "135", "name": "Special transcode", "Children": "0", "prevRef": "134" }] }
Error Response
Code : 200 OK
Content example
{ "success": false, "total": 0, "error": "A critical exception occurred while we executed the search.\r\n", "items": null, "warnings": [{ "Severity": 150, "Code": 420, "Description": "A critical exception occurred while we executed the search." }] }
, multiple selections available,
Related content
DC 5.5 GetAssets
DC 5.5 GetAssets
Read with this
DC 5.6 GetLayoutFolders
DC 5.6 GetLayoutFolders
More like this
DC 5.8 GetLayoutFolders
DC 5.8 GetLayoutFolders
More like this
DC 5.4 GetLayoutFolders
DC 5.4 GetLayoutFolders
More like this
DC 5.7 GetLayoutFolders
DC 5.7 GetLayoutFolders
More like this
DC 5.10 GetLayoutFolders
DC 5.10 GetLayoutFolders
More like this