Request to move multiple folders
name | data type | description |
---|---|---|
ids | array of string | Folder IDs to move. The IDs may be internal or global IDs |
Properties inherited from FolderMoveRequest |
||
folderId | number | ID of the target folder (where to move the folder) |
nodeId | number | ID of the target channel, when moving the folder into a channel. When left empty, the folder is moved into the master node. |
foregroundTime | number | Number of seconds, this job may stay in foreground. If moving takes longer, the request will return with a response, and moving the folder will be continued in background |
Example
{ "ids" : [ "...", "..." ], "folderId" : 12345, "nodeId" : 12345, "foregroundTime" : 12345 }