機械翻訳について

シナリオのRESTエンドポイント

シナリオ
承認者の追加
メソッド: post
パス: /essbase/rest/v1/scenarios/{scenarioId}/approvers
コメントの追加
メソッド: post
パス: /essbase/rest/v1/scenarios/{scenarioId}/comments
参加者の追加
メソッド: post
パス: /essbase/rest/v1/scenarios/{scenarioId}/participants
シナリオの作成
メソッド: post
パス: /essbase/rest/v1/scenarios
承認者の削除
メソッド: delete
パス: /essbase/rest/v1/scenarios/{scenarioId}/approvers/{userId}
コメントの削除
メソッド: delete
パス: /essbase/rest/v1/scenarios/{scenarioId}/comments/{commentId}
参加者の削除
メソッド: delete
パス: /essbase/rest/v1/scenarios/{scenarioId}/participants/{userId}
シナリオの削除
メソッド: delete
パス: /essbase/rest/v1/scenarios/{id}
承認者の取得
メソッド: get
パス: /essbase/rest/v1/scenarios/{scenarioId}/approvers
変更の取得
メソッド: get
パス: /essbase/rest/v1/scenarios/{id}/changes
コメントの取得
メソッド: get
パス: /essbase/rest/v1/scenarios/{scenarioId}/comments/{commentId}
コメントの取得
メソッド: get
パス: /essbase/rest/v1/scenarios/{scenarioId}/comments
参加者の取得
メソッド: get
パス: /essbase/rest/v1/scenarios/{scenarioId}/participants
シナリオの取得
メソッド: get
パス: /essbase/rest/v1/scenarios/{id}
シナリオ対応キューブの取得
メソッド: get
パス: /essbase/rest/v1/scenarios/databases
シナリオの取得
メソッド: get
パス: /essbase/rest/v1/scenarios
スクリプトの取得
メソッド: get
パス: /essbase/rest/v1/scenarios/{scenarioId}/scripts
シナリオ処理の実行
メソッド: post
パス: /essbase/rest/v1/scenarios/{id}
コメントの更新
メソッド: put
パス: /essbase/rest/v1/scenarios/{scenarioId}/comments/{commentId}
シナリオの完全更新
メソッド: put
パス: /essbase/rest/v1/scenarios/{id}
シナリオの一部更新
メソッド: patch
パス: /essbase/rest/v1/scenarios/{id}
スクリプトによる更新
メソッド: put
パス: /essbase/rest/v1/scenarios/{scenarioId}/scripts/{scriptType}