Hi all, we want to call BIP report using rest api service, we were able to call it using soap using the Basic Auth however when using the rest api it's saying 404 not found.
This is the URL we are using <base URL>xmlpserver/services/rest/v1/reports/Custom%252fIntegration%252fITEM_DETAILS_REPORT/run
Content-Type as multipart/form-data
This as the body :{ "dataModelUrl":"/Custom/Integration/ITEM_DETAILS_REPORT.xdm", "saveOutputOption":"true", "saveDataOption":"true", "reportRequest":{ "reportAbsolutePath":"/Custom/Integration/ITEM_DETAILS_REPORT.xdo", "attributeFormat":"pdf" }}
This is the response we are getting:
<body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p></body>
Can someone help us with it? We are trying to integrate BIP report through different process