How to get the list of all collections in a RRC Project Area
How to get the list of collections in a RRC Project Area. I tried the below query but it is giving collections from other project areas as well.
https://wegsfes19358clm3.accenture.com/rm/views?oslc.query=true;projectURL=https%3A%2F%2Fwegsfes19358clm3.accenture.com%2Fjts%2Fprocess%2Fproject-areas%2F_IJkbIt7oEeKvLPx0vryzzw&oslc.prefix=rdf=<http://www.w3.org/1999/02/22-rdf-syntax-ns
Kindly let me know the query to get the collections in a Project area.
|
One answer
Benjamin Silverman (4.1k●6●10)
| answered Aug 08 '13, 11:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Can you use the reportable REST API for this? You can get a list of collections in the repository using a request like this:
https://clmweb.ibm.com:9443/rm/publish/collections/* Or a list of collections by project like this: https://clmweb.ibm.com:9443/rm/publish/collections?projectname=MyProject See here for other valid requests/filters using the RRC REST API. Hope it helps, |
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.