ファイルのRESTエンドポイント
ファイル
- ファイルのコピー
- メソッド: postパス:
/essbase/rest/v1/files/actions/copy
- ファイルまたはフォルダの削除
- メソッド: deleteパス:
/essbase/rest/v1/files/{path}
- ZIPファイルの抽出
- メソッド: postパス:
/essbase/rest/v1/files/actions/extract
- ホーム・パスの取得
- メソッド: 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}