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
%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
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,
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,