Files REST Endpoints
Files
- Abort Multipart File Upload
- Method: deletePath:
/essbase/rest/v1/files/abort/{path}
- Commit Multipart File Upload
- Method: postPath:
/essbase/rest/v1/files/upload-commit/{path}
- Copy File
- Method: postPath:
/essbase/rest/v1/files/actions/copy
- Create Multipart File Upload
- Method: postPath:
/essbase/rest/v1/files/upload-create/{path}
- Delete File or Folder
- Method: deletePath:
/essbase/rest/v1/files/{path}
- Extract Zip File
- Method: postPath:
/essbase/rest/v1/files/actions/extract
- Extract Zip File Using a Job
- Method: postPath:
/essbase/rest/v1/files/actions/extractJob
- Get Home Path
- Method: getPath:
/essbase/rest/v1/files/homepath
- Get Shared Path
- Method: getPath:
/essbase/rest/v1/files/sharedpath
- List or Download Files
- Method: getPath:
/essbase/rest/v1/files/{path}
- List Root Folders
- Method: getPath:
/essbase/rest/v1/files
- Move or Rename File
- Method: postPath:
/essbase/rest/v1/files/actions/move
- Upload File or Create Folder
- Method: putPath:
/essbase/rest/v1/files/{path}
- Upload File Part
- Method: putPath:
/essbase/rest/v1/files/upload-part/{path}