Get report template parameters

get

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

Retrieves a template from a report definition in the Oracle BI Publisher catalog.

Request

Path Parameters
  • 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
  • The ID of the template (for example, Chart Layout).
Back to Top

Response

Supported Media Types

200 Response

Returns report template parameters.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ParamNameValue
Type: object
Show Source
Nested Schema : lovLabels
Type: array
If the parameter type is "Menu", specifies the values displayed in the list of values to the user.
Show Source
Nested Schema : values
Type: array
Parameter values.
Show Source
Back to Top