Transferring of tasks to another folder

Description

Transfers tasks to another folder

Request code

OC_MOVETASKS

Request errors

Request code Code meaning Explanation
QE_FOLDER_NOT_FOUND Folder not found Source folder was not found
QE_TARGET_FOLDER_NOT_FOUND Target folder not found Target folder was not found
QE_LIMIT_EXCEEDED Limit exceeded The number of free slots in the target folder is less than number of transferred tasks

Request body

"Action":<OC_MOVETASKS>,
"Data":{
 "Folder ID":<MyFolderID>,
 "Target ID":<MyTargetID>,
 "Task IDs":[
  <MyTaskID_1>,
  <MyTaskID_2>,
  ...
  <MyTaskID_N>
 ],
 "Token":<MyToken>
}

Response body

"Status":"Success"