Files REST Endpoints

Files
Abort Multipart File Upload
Method: delete
Path: /essbase/rest/v1/files/abort/{path}
Commit Multipart File Upload
Method: post
Path: /essbase/rest/v1/files/upload-commit/{path}
Copy File
Method: post
Path: /essbase/rest/v1/files/actions/copy
Create Multipart File Upload
Method: post
Path: /essbase/rest/v1/files/upload-create/{path}
Delete File or Folder
Method: delete
Path: /essbase/rest/v1/files/{path}
Extract Zip File
Method: post
Path: /essbase/rest/v1/files/actions/extract
Get Home Path
Method: get
Path: /essbase/rest/v1/files/homepath
Get Shared Path
Method: get
Path: /essbase/rest/v1/files/sharedpath
List or Download Files
Method: get
Path: /essbase/rest/v1/files/{path}
List Root Folders
Method: get
Path: /essbase/rest/v1/files
Move or Rename File
Method: post
Path: /essbase/rest/v1/files/actions/move
Upload File or Create Folder
Method: put
Path: /essbase/rest/v1/files/{path}
Upload File Part
Method: put
Path: /essbase/rest/v1/files/upload-part/{path}