Get operation statuses
|
GET api/2.0/files/fileops
|
Returns the list of all active file operations
|
Move or copy batch check
|
GET api/2.0/files/fileops/move
|
Checking for conflicts
|
Check conversion
|
GET api/2.0/files/file/{fileId}/checkconversion
|
Check conversion status
|
Move batch items
|
PUT api/2.0/files/fileops/move
|
Moves all the selected files and folders to the folder with the ID specified in the request
|
Copy batch items
|
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 batch items
|
PUT api/2.0/files/fileops/delete
|
Deletes the files and folders with the IDs specified in the request
|
Terminate tasks
|
PUT api/2.0/files/fileops/terminate
|
Finishes all the active file operations
|
Mark as read
|
PUT api/2.0/files/fileops/markasread
|
Marks all files and folders as read
|
Empty trash
|
PUT api/2.0/files/fileops/emptytrash
|
Deletes all files and folders from the recycle bin
|
Bulk download
|
PUT api/2.0/files/fileops/bulkdownload
|
Start downlaod process of files and folders with ID
|
Start conversion
|
PUT api/2.0/files/file/{fileId}/checkconversion
|
Start conversion
|