INtegration between RRC and RPE
Anyone has seen it ?
Accepted answer
Comments
I have the same problem for RRC 4.0. I try to upgrade RPE to version 1.1.2.2 and set authentication protocol to OAuth1a, but it seems doesn't work. The error is the same: Schema cannot not be loaded. Does anyone know what else can be done?
Hi Julie, @juliajuju
@clementliu, thanks. It worked!
2 other answers
You can take a look at the Reportable REST API to compose your URIs depending on what you want
https://jazz.net/wiki/bin/view/Main/RRCReportableRestAPI
I suggest you test them on a web browser so you can see what is it returns
Comments
Thank you. It worked. Now, how do I get the "Module" type artifact and loop through its contained artifacts?
In the above URL you can see all the available options you have to use the API.
What you want is to create a url similar to this:
https://server:port/rm/publish/resources?moduleURI=moduleUUID
Filter by module"
This will return all resources within the specified module.
See "
If you want to see the information about the module you have to use
https://server:port/rm/publish/modules?resourceURI=module1