Rest API - How to get the test plan,test suite,test cases via rest API.
Accepted answer
Hi Hongxi,
Use the below URL and modify the URL as per your environment to get all test cases.
For getting the Alias of the project please follow the below link
For more information on REST API for RQM you can refer the link below.
2 other answers
Hi Bhagath, Thank you in advance for your answers. Now I have another question. How do I get detailed case information if I know the case ID.
Comments
You should look at the discovery process for the APIs... I have written a blog post on this for Test Plans - https://michaelrowe01.com/index.php/day-job/ibm-elm/generating-a-test-execution-record-via-api-discovery/
which describes discovery. You can do a similar approach for other parts of ETM artifacts, cases, scripts, etc.