Files REST Endpoints

Files
The operations from the Files category.
Abort Multipart File Upload
Method: delete
Path: /files/abort/{path}
Commit Multipart File Upload
Method: post
Path: /files/upload-commit/{path}
Copy File
Method: post
Path: /files/actions/copy
Create Multipart File Upload
Method: post
Path: /files/upload-create/{path}
Delete File Or Folder
Method: delete
Path: /files/{path}
Extract Zip File
Method: post
Path: /files/actions/extract
Extract Zip File Using Job
Method: post
Path: /files/actions/extractJob
Get Database Names from LCM Zip File
Method: get
Path: /files/getDatabasesFromLCMZip
Get Home Path
Method: get
Path: /files/homepath
Get Object Storage Uri
Method: get
Path: /files/getobjectstoreuri
Get Shared Path
Method: get
Path: /files/sharedpath
Get Upload Configuration
Method: get
Path: /files/uploadconfig
List or Download Files
Method: get
Path: /files/{path}
List Root Folders
Method: get
Path: /files
Move or Rename File
Method: post
Path: /files/actions/move
Upload File Or Create Folder
Method: put
Path: /files/{path}
Upload File Part
Method: put
Path: /files/upload-part/{path}