Oracle 12 REST API - Multiple Report Templates
I have a Bi Publisher report that has two Report Templates. One formats a report as a PDF the other formats the report as an Excel output. The PDF Template is the default.
I haven't found a lot of documentation or examples for REST so I'm learning as I go.
I can run the REST API and out put the report as a PDF with no problems. However, all my efforts to have it process the Excel fail.
Any input will be appreciated.
I did a REST API call to output the job definition. From there it appears that the Template info would be handled by "listOfTemplateFormatLabelValue" so I attempted to set up a call using that.