Error when running report using REST api
Summary:
Error when running/calling the report using REST api.
Content (please ensure you mask any confidential information):
Hello Experts,
Is there a way to call or run report using REST service.
By refer below document we are trying to run report on POSTMAN we were getting 404 errors
https://docs.oracle.com/middleware/12213/bip/BIPAP/op-v1-reports-%7BreportPath%7D-run-post.html
Operation: POST
URL:
https://{baseURL}/services/rest/v1/reports/{reportPath}/run
Request Body:
{
"ReportRequest": {
"parameterValues": [
{
"name": "P_Number",
"value": "123456"
},
{
"name": "P_param2",
"value": "All"
}
],
"reportLocale": "en-US",
"outputFormat": "rtf"
}
}
Response:
Can you please have a look into this and let us know why there's an issue running/calling report using REST Webserivce