====== 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":, "Data":{ "Folder ID":, "Target ID":, "Task IDs":[ , , ... ], "Token": } === Response body === "Status":"Success"