Request to load multiple folders.
name | data type | description |
---|---|---|
addPrivileges | boolean | Indicates whether information about privileges should be included in the response. |
Properties inherited from MultiObjectLoadRequest |
||
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
{ "addPrivileges" : true, "package" : "...", "ids" : [ 12345, 12345 ], "forUpdate" : true, "nodeId" : 12345 }