BI Publisher REST API Get Parameters & Run Report
Trying to use the BI Publisher Rest API on version 12.2.1.4.0 (build:20180404.0650)
The Documentation: https://docs.oracle.com/middleware/bi12214/bip/BIPAP/op-v1-reports-reportpath-parameters-post.html
The report template is found at path:
unifierprd/unifier/uuu_457/uuu_457
And there are multiple templates, the default we would like to run is 457-771
To get the Report Template Parameters it should be a GET at path:
When we do a request to
The Documentation: https://docs.oracle.com/middleware/bi12214/bip/BIPAP/op-v1-reports-reportpath-parameters-post.html
The report template is found at path:
unifierprd/unifier/uuu_457/uuu_457
And there are multiple templates, the default we would like to run is 457-771
To get the Report Template Parameters it should be a GET at path:
/xmlpserver/services/rest/v1/reports/unifierprd%2Funifier%2Fuuu_457%2Fuuu_457/templates/457-771/parametersWe get a 200 response with nothing in the body, even though we know the report does need parameters to run.
When we do a request to
0