How can i get list of all Project Areas in RQM using REST API
![](http://jazz.net/_images/myphoto/5b76f7671945178e6379fe8cb461d3a9.jpg)
Accepted answer
![](http://jazz.net/_images/myphoto/5b76f7671945178e6379fe8cb461d3a9.jpg)
The project feed URI will return a list of all project areas that the current logged-in user have access to.
/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects
If you are trying to filter project areas that a user is a member of, I don't find any easy way (with a single query) to do it yet.
/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects
If you are trying to filter project areas that a user is a member of, I don't find any easy way (with a single query) to do it yet.