Join REST API examples for RRC 3.0.1
Hello! I am currently using IBM(R) Rational(R) Requirements Composer 3.0.1 together with IBM(R) Rational(R) Publishing Engine 1.1.2.
I have enjoyed working successfully with your REST APIs. If possible, would you please give me an example of how to combine different REST API information together?
I would REALLY like to use the following REST API:
https://server:port/rm/publish/resources?viewName=name1
This REST API needs project filters for it to work. Yet, I do not know how to join this information together and make it work. I have tried the "&" and the "&&" symbols but it doesn't seem to work or perhaps I'm using the view name incorrectly. FYI, I have tried the following ideas:
Failed attempt: https://server:port/rm/publish/resources?viewName=name1&resources?projectURI=id
Second failed attempt: https://server:port/rm/publish/resources?viewName=name1&https://server:port/rm/publish/resources?projectURI=id
Third through twelfth failed attempts: Trying the above with single or double quotes for my name1 string. Also, trying the "&&" symbol.
Thank you for your help!
Kind Regards,
Chris
I have enjoyed working successfully with your REST APIs. If possible, would you please give me an example of how to combine different REST API information together?
I would REALLY like to use the following REST API:
https://server:port/rm/publish/resources?viewName=name1
This REST API needs project filters for it to work. Yet, I do not know how to join this information together and make it work. I have tried the "&" and the "&&" symbols but it doesn't seem to work or perhaps I'm using the view name incorrectly. FYI, I have tried the following ideas:
Failed attempt: https://server:port/rm/publish/resources?viewName=name1&resources?projectURI=id
Second failed attempt: https://server:port/rm/publish/resources?viewName=name1&https://server:port/rm/publish/resources?projectURI=id
Third through twelfth failed attempts: Trying the above with single or double quotes for my name1 string. Also, trying the "&&" symbol.
Thank you for your help!
Kind Regards,
Chris
One answer
Hi Chris,
I added a section on our Reporting API Development Wiki https://jazz.net/wiki/bin/view/Main/RRC3ReportableRestAPI#Mixing_URL_parameters on how to mix URL parameters.
I hope this helps you get what you need.
I added a section on our Reporting API Development Wiki https://jazz.net/wiki/bin/view/Main/RRC3ReportableRestAPI#Mixing_URL_parameters on how to mix URL parameters.
I hope this helps you get what you need.