Querying RRC with RPE
![]()
Hi there,
In Rational Publishin Engine using the following URI it I'm able to return all text requirement artifacts.
How can I narrow the query to a specific project, collection, or folder?
Thanks for any help in advance.
|
Accepted answer
![]()
You can narrow by collection using collectionURI parameter or projectURI to restrict it to a specific project, but folder is not available.
You can find more information on which filters are available and how to do some stuff on the development wiki and see the Reportable REST API Muktar Mohammed selected this answer as the correct answer
|
2 other answers
![]()
Check the FAQ in the reporting development wiki
Where can I find the project URI? The collectionURI is the UUID (unique identifier) of the collection artifact, see Where can I find the artifact URI and what is it for? |
![]()
Hi Edgar,
Thank you for your quick reply, the Reportable REST API helps a lot. Now how do I go about finding out the collectionURI and ProjectURI?
Thanks
|