RQM: Rest api - get collections/requirementset
Hi all,
I want to get the collections of a testplan via REST API
This works fine with the following URL:
If I use the URL (where I can specify the ID)
I try also to add /* but so far I couldn't manage it.
My question is how to modify
to get also the assigend requirementsets?
Any ideas?
Thanks, jörg
I want to get the collections of a testplan via REST API
This works fine with the following URL:
As a result I get assigned collections, e.g.:<feedURL>?fields=feed/entry/content/testplan[title='Tp_demo']/*
But it seems not possible to use the ID of a test plan as filter.<ns2:requirementset summary="SRS_demo: _QM_SW_test" rel="validates" href="https://my-dwa-server.com:8443/dwa/rm/urn:rational::1-4f5a2acf48e01698-M-000074a9/view:00000004"/>
If I use the URL (where I can specify the ID)
I get more or less the same result but without requirmentset (Id of 'Tp_Demo' is 19!)<feedURL>/urn:com.ibm.rqm:testplan:19
I try also to add /* but so far I couldn't manage it.
My question is how to modify
<feedURL>/urn:com.ibm.rqm:testplan:19
to get also the assigend requirementsets?
Any ideas?
Thanks, jörg