Fetch list of baseline UUID from Baseline Enabled Project
One answer
Hi Jyoti,
You would get list of baselines with their ID's enclosed in a xml file along with IntegrationURL with other details like id, last modified date, title, link of the baselines in a project area using the below URL
https://<hostname>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<Project-UUID>/baseline
Sample text as below
<entry xmlns="http://www.w3.org/2005/Atom">
<updated>2020-12-17T07:00:22.549-08:00</updated>
<title type="text">SGC MTM 1.0 Release</title>
<summary type="text"></summary>
<link href="https://jazz.ibm.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/_rikP0EB1Eeus6Zk4qsm_Cw/baseline/_ljjMUUB4Eeus6Zk4qsm_Cw" rel="alternate" type="application/xml" title="" />
</entry>