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