folderListResponse
Extends: | genericResponse |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
hasMoreItems (boolean) | 0/1 | True if more items are available (paging) |
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 |
---|---|---|
hasMoreItems | hasMoreItems (boolean) | True if more items are available (paging) |
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) |