multiObjectLoadRequest

Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Request to load multiple objects. This request can be used to load files and images and acts as a base for MultiFolderLoadRequest and MultiPageLoadRequest.

XML

Elements

name (type) min/max
occurs
description
forUpdate (boolean) 0/1 Whether the folders are loaded for update.
ids (int) 0/unbounded The ids of the folders to load.
nodeId (int) 0/1 The id of the node to load the folders from.

JSON

property type description
forUpdate forUpdate (boolean) Whether the folders are loaded for update.
ids array of ids (int) The ids of the folders to load.
nodeId nodeId (int) The id of the node to load the folders from.