Create template
post
/services/rest/v1/reports/{reportPath}/templates/{templateId}
Creates a template that can be applied to a report in the Oracle BI Publisher catalog.
Request
Supported Media Types
- application/octet-stream
Path Parameters
-
reportPath: string
URL encoded report path. For example, if your report path is "/Sample Lite/Published Reporting/Reports/Balance Letter" then your encoded report path will be "%2FSample%20Lite%2FPublished%20Reporting%2FReports%2FBalance%20Letter". Use double encoded forward slash when you send a REST request to BI Publisher through a load balancer that isn't configured to pass encoded slashes. For example, if your report path is "/Sample Lite/Published Reporting/Reports/Balance Letter" then your encoded report path will be Sample%20Lite%252FPublished%20Reporting%252FReports%252FBalance%20Letter
-
templateId: string
The ID of the template (for example, Chart Layout).
Query Parameters
-
locale: string
The locale to assign to the template (for example, en_US).
-
templateType: string
Template type. For example, rtf,xml.
Template file
Root Schema : schema
Type:
string(binary)Response
201 Response
Report template is created successfully.
400 Response
Report template creation failed.