What is the REST query to find the names of RRC/RTC/RQM projects?
2 answers
Thomas,
I'm not sure if there's an easier way to do this directly through the REST API, or even if this command will return the data in the correct format which you are looking for, but the following command will return a list of the project areas in RRC (for 4.x versions only - the command will be different for 5.x versions):
https://[host]/rm/processProxy?uri=https://[host]/jts/process/project-areas
You may need to append the URL parameters "&accept=*&private=true" to the end of this URL before executing, depending on the context.
Hope this helps,
Mike Jaworski
Look at the OSLC workshop, lab sections 5 and 6, where you see the OSLC API requests to get service providers, where a RM service provider equals a RM project.
You can find the workshop here: https://jazz.net/library/article/635
You can find the workshop here: https://jazz.net/library/article/635