It's all about the answers!

Ask a question

What is the REST query to find the names of RRC/RTC/RQM projects?


Thomas Stephens (17311318) | asked Jul 08 '14, 11:37 a.m.

In RPE, I need to iterate across each project looking for specific data.

I cannot find the query to list the RRC projects. (we have over 80 projects).

2 answers



permanent link
Mike Jaworski (1.4k6) | answered Jul 08 '14, 12:03 p.m.
JAZZ DEVELOPER
 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

permanent link
Bas Bekker (1.4k4) | answered Jul 08 '14, 2:58 p.m.
JAZZ DEVELOPER
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

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.