Search Requirements with respect to views using OSLC and Rest API
One answer
Hi Jyoti,
There are 2 ways that you can get the requirements using REST API,
1. Using the View URI
View URI is the filter URI of the view
https://server:port/rm/publish/resources?viewURI=_c1cm0L3VEeCPFbe791FOoQ&projectURI=_bBIqQqvyEeCwWN-gBxjnGw
2. Using the View Name
https://server:port/rm/publish/resources?viewName=Requirements&projectURI=_bBIqQqvyEeCwWN-gBxjnGw
and OSLC Query is also a REST API. Please refer below doc to explore more features.