MultiObjectLoadRequest Data Type

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

Subtypes
MultiFolderLoadRequest, MultiPageLoadRequest
Properties
name data type description
package string Get a content staging package name. If set, the object is checked against the package for a sync status.
ids array of number The ids of the folders to load.
forUpdate boolean Whether the folders are to be loaded for update.
nodeId number The id of the node to load the folders from.

Example

{
  "package" : "...",
  "ids" : [ 12345, 12345 ],
  "forUpdate" : true,
  "nodeId" : 12345
}