It's all about the answers!

Ask a question

How to get the list of all collections in a RRC Project Area


Sanitha Pillai (61810) | asked Aug 08 '13, 10:13 a.m.

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
%23>,dcterms=<http://purl.org/dc/terms/>&oslc.select=*&oslc.where=rdf:type=<http://open-services.net/ns/rm%23RequirementCollection>

Kindly let me know the query to get the collections in a Project area. 

One answer



permanent link
Benjamin Silverman (4.1k610) | 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


Register or to post 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.