Querying saved report via REST API
Accepted answer
Hi Ajay,
RQM does not have an API to request/query reports. Instead we have public APIs to request/query test resources, which are used to create reports. For more information, see the RQM Reportable REST API and RQM OSLC API.
RQM does not have an API to request/query reports. Instead we have public APIs to request/query test resources, which are used to create reports. For more information, see the RQM Reportable REST API and RQM OSLC API.
Comments
Donald Nong
Aug 25 '14, 2:42 a.m.What do you mean "query"? What are you going to do with the report using REST API? Using the browser, you need to POST the selected parameters to the report and it will return a generated BIRT report back to the browser in HTML format (including JavaScript). I'm just curious about your intention with the REST API.