Querying saved report via REST API
Hi guys,
I am very new to RQM and finding my way in this tool. I have created a test execution report(exectuion status by TCER count) in RQM. Is there a way i can query it via REST API? Thanks and Regards, Ajay |
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. Ajay Padavala selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
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.