Bulk download
|
PUT api/2.0/files/fileops/bulkdownload
|
Starts the download process of files and folders with the IDs specified in the request.
|
Check files and folders for conflicts
|
GET api/2.0/files/fileops/move
|
Checks a batch of files and folders for conflicts when moving or copying them to the folder with the ID specified in the request.
|
Clear recycle bin
|
PUT api/2.0/files/fileops/emptytrash
|
Deletes all the files and folders from the recycle bin.
|
Copy to a 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 a file
|
DELETE api/2.0/files/file/{fileId}
|
Deletes a file with the ID specified in the request.
|
Delete a folder
|
DELETE api/2.0/files/folder/{folderId}
|
Deletes a folder 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.
|
Finish all operations
|
PUT api/2.0/files/fileops/terminate
|
Finishes all the active operations.
|
Get converting status
|
GET api/2.0/files/file/{fileId}/checkconversion
|
Checks a status of converting a file with the ID specified in the request.
|
Get operations
|
GET api/2.0/files/fileops
|
Returns a list of all the active operations.
|
Mark as read
|
PUT api/2.0/files/fileops/markasread
|
Marks the files and folders with the IDs specified in the request as read.
|
Move to a 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.
|
Search files and folders
|
GET api/2.0/files/@search/{query}
|
Searches for files and folders by the query specified in the request.
|
Start file converting
|
PUT api/2.0/files/file/{fileId}/checkconversion
|
Starts a conversion operation of a file with the ID specified in the request.
|