Clear recycle bin
|
PUT api/2.0/files/fileops/emptytrash
|
Deletes all files and folders from the recycle bin
|
Convert start
|
PUT api/2.0/files/file/{fileId}/checkconversion
|
Start conversion operation
|
Convert status
|
GET api/2.0/files/file/{fileId}/checkconversion
|
Check conversion status
|
Copy to folder
|
PUT api/2.0/files/fileops/copy
|
Copies all the selected files and folders to the folder with the ID specified in the request
|
Delete file
|
DELETE api/2.0/files/file/{fileId}
|
Deletes the file with the ID specified in the request
|
Delete files and folders
|
PUT api/2.0/files/fileops/delete
|
Deletes the files and folders with the IDs specified in the request
|
Delete folder
|
DELETE api/2.0/files/folder/{folderId}
|
Deletes the folder with the ID specified in the request
|
Finish all
|
PUT api/2.0/files/fileops/terminate
|
Finishes all the active Operations
|
Finish Operations
|
PUT api/2.0/files/fileops/bulkdownload
|
Start downlaod process of files and folders with ID
|
Mark as read
|
PUT api/2.0/files/fileops/markasread
|
Marks all files and folders as read
|
Move or copy batch check
|
GET api/2.0/files/fileops/move
|
Checking for conflicts
|
Move to folder
|
PUT api/2.0/files/fileops/move
|
Moves all the selected files and folders to the folder with the ID specified in the request
|
Operations list
|
GET api/2.0/files/fileops
|
Returns the list of all active Operations
|