Request to load multiple objects. This request can be used to load files and images and acts as a base for MultiFolderLoadRequest and MultiPageLoadRequest.
| name | data type | description |
|---|---|---|
| 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
{
"ids" : [ 12345, 12345 ],
"forUpdate" : true,
"nodeId" : 12345
}