レポートの管理のRESTエンドポイント
レポートの管理
Oracle Analytics Publisherレポートを管理します。
- レポートの作成
- メソッド: postパス:
/services/rest/v1/reports
- テンプレートの作成
- メソッド: postパス:
/services/rest/v1/reports/{reportPath}/templates/{templateId}
- 翻訳ファイル(XLIFF)の作成
- メソッド: postパス:
/services/rest/v1/reports/{reportPath}/templateFiles/{templateFileName}/xliffs/{locale}
- テンプレートの削除
- メソッド: deleteパス:
/services/rest/v1/reports/{reportPath}/templates/{templateId}
- レポート定義の取得
- メソッド: getパス:
/services/rest/v1/reports/{reportPath}
- レポート・パラメータの取得
- メソッド: postパス:
/services/rest/v1/reports/{reportPath}/parameters
- レポート・サンプル・データの取得
- メソッド: getパス:
/services/rest/v1/reports/{reportPath}/sampleData
- レポート・テンプレートの取得
- メソッド: getパス:
/services/rest/v1/reports/{reportPath}/templates/{templateId}
- レポート・テンプレート・パラメータの取得
- メソッド: getパス:
/services/rest/v1/reports/{reportPath}/templates/{templateId}/parameters
- XDOスキーマの取得
- メソッド: getパス:
/services/rest/v1/reports/{reportPath}/xdoSchema
- レポートの実行
- メソッド: postパス:
/services/rest/v1/reports/{reportPath}/run
- レポート定義の更新
- メソッド: putパス:
/services/rest/v1/reports/{reportPath}
- テンプレートの更新
- メソッド: putパス:
/services/rest/v1/reports/{reportPath}/templates/{templateId}
- 翻訳ファイル(XLIFF)の更新
- メソッド: putパス:
/services/rest/v1/reports/{reportPath}/templateFiles/{templateFileName}/xliffs/{locale}