Previous Next

Create template

post

/services/rest/v1/reports/{reportPath}/templates/{templateId}

oracle.doceng.json.BetterJsonNull@4d0e1da2

Request

Supported Media Types
  • application/octet-stream
Path Parameters
reportPath
Type: string
Required: true
URL encoded report path. e.g. 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"
templateId
Type: string
Required: true
The ID of the template (for example, Chart Layout).
Query Parameters
locale
Type: string
The locale to assign to the template (for example, en_US).
templateType
Type: string
Template type . e.g. rtf, xml etc
Body Parameter
Template file
Root Schema : /paths/~1v1~1reports~1{reportPath}~1templates~1{templateId}/post/parameters/4/schema
Type: string (binary)

Response

201 Response
Report template is created successfully.
400 Response
Report template creation failed.