Request object for moving multiple objects
| name | data type | description |
|---|---|---|
| ids | array of string | Get the list of ids |
Properties inherited from ObjectMoveRequest |
||
| folderId | number | Target folder ID |
| nodeId | number | Target node ID for moving into a channel (may be null) |
| allLanguages | boolean | True if all languages shall be moved (for pages), false if only the given pages. Default is true |
Example
{
"ids" : [ "...", "..." ],
"folderId" : 12345,
"nodeId" : 12345,
"allLanguages" : true
}