How run BIP Report From cURL (REST API)
Summary:
Error when call repot BI Publisher with REST API from cURL.
Content (required):
According to Oracle documentation (https://docs.oracle.com/middleware/12213/bip/BIPAP/op-v1-reports-%7BreportPath%7D-run-post.html), i installed cURL in my desktop.
To test it , i call seeded REST API GET ALL PROJECTS and it works very well.
my need is to run BI Publisher Report from cURL. I execute this command :
curl -X POST -u <user>:<password> -H "Content-Type:application/json" http://my_organization.com/xmlpserver/services/rest/v1/reports/ReportPath/run
in ReportPath, i put the report path formated like : /Custom/BIP Report then %2FCustom%2FBIP%20Report
Tagged:
0