ファイルのRESTエンドポイント

ファイル
マルチパート・ファイル・アップロードの中止
メソッド: delete
パス: /essbase/rest/v1/files/abort/{path}
マルチパート・ファイル・アップロードのコミット
メソッド: post
パス: /essbase/rest/v1/files/upload-commit/{path}
ファイルのコピー
メソッド: post
パス: /essbase/rest/v1/files/actions/copy
マルチパート・ファイル・アップロードの作成
メソッド: post
パス: /essbase/rest/v1/files/upload-create/{path}
ファイルまたはフォルダの削除
メソッド: delete
パス: /essbase/rest/v1/files/{path}
Zipファイルの展開
メソッド: post
パス: /essbase/rest/v1/files/actions/extract
ジョブを使用したZipファイルの抽出
メソッド: post
パス: /essbase/rest/v1/files/actions/extractJob
ホーム・パスの取得
メソッド: get
パス: /essbase/rest/v1/files/homepath
共有パスの取得
メソッド: get
パス: /essbase/rest/v1/files/sharedpath
ファイルのリストまたはダウンロード
メソッド: get
パス: /essbase/rest/v1/files/{path}
ルート・フォルダのリスト
メソッド: get
パス: /essbase/rest/v1/files
ファイルの移動または名前変更
メソッド: post
パス: /essbase/rest/v1/files/actions/move
ファイルのアップロードまたはフォルダの作成
メソッド: put
パス: /essbase/rest/v1/files/{path}
ファイル・パートのアップロード
メソッド: put
パス: /essbase/rest/v1/files/upload-part/{path}