Manage Reports REST Endpoints
Manage Reports
Manage Oracle Analytics Publisher Reports.
- Create report
- Method: postPath:
/services/rest/v1/reports
- Create template
- Method: postPath:
/services/rest/v1/reports/{reportPath}/templates/{templateId}
- Create translation file (XLIFF)
- Method: postPath:
/services/rest/v1/reports/{reportPath}/templateFiles/{templateFileName}/xliffs/{locale}
- Delete template
- Method: deletePath:
/services/rest/v1/reports/{reportPath}/templates/{templateId}
- Get report definition
- Method: getPath:
/services/rest/v1/reports/{reportPath}
- Get report parameters
- Method: postPath:
/services/rest/v1/reports/{reportPath}/parameters
- Get report sample data
- Method: getPath:
/services/rest/v1/reports/{reportPath}/sampleData
- Get report template
- Method: getPath:
/services/rest/v1/reports/{reportPath}/templates/{templateId}
- Get report template parameters
- Method: getPath:
/services/rest/v1/reports/{reportPath}/templates/{templateId}/parameters
- Get XDO schema
- Method: getPath:
/services/rest/v1/reports/{reportPath}/xdoSchema
- Run report
- Method: postPath:
/services/rest/v1/reports/{reportPath}/run
- Update report definition
- Method: putPath:
/services/rest/v1/reports/{reportPath}
- Update template
- Method: putPath:
/services/rest/v1/reports/{reportPath}/templates/{templateId}
- Update translation file (XLIFF)
- Method: putPath:
/services/rest/v1/reports/{reportPath}/templateFiles/{templateFileName}/xliffs/{locale}