folderListResponse
| Extends: | genericResponse |
| Namespace: | http://www.gentics.com/rest |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| folders (folder) | 0/unbounded | Get the list of folders |
| numItems (int) | 0/1 | Get total number of items present |
| deleted (string) | 0/unbounded | List of folderIds (or [nodeId/folderId]s), which were requested to be opened (when getting folder structures), but do not exist in the backend (at least not visible for the user) |
JSON
| property | type | description |
|---|---|---|
| folders | array of folders (folder) | Get the list of folders |
| numItems | numItems (int) | Get total number of items present |
| deleted | array of deleted (string) | List of folderIds (or [nodeId/folderId]s), which were requested to be opened (when getting folder structures), but do not exist in the backend (at least not visible for the user) |