RTC REST API
Mateusz Cebula (23●9●14)
| asked Jan 21 '14, 11:06 a.m.
edited Jan 21 '14, 11:26 a.m. by Krzysztof Kaźmierczyk (7.5k●4●80●103)
I am looking for RTC REST API which is similar to RQM's one I found:
https://jazz.net/wiki/bin/view/Main/RqmApi I have also found https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2. But it is quite different from RQM's one and I would like to use for RTC the same as in RQM is. Is there anything like this? Or can you provide me information about best way to communicate with RTC like it is done in RQMUrlUtility? |
One answer
Hello,
here's is a documentation on how to consume RTC Change Management services via OSLC: https://jazz.net/library/article/352 There are also some useful information on the REST API on the wiki: https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#Resources_provided_by_RTC An alternative (and my favourite) way to programatically acess RTC is the Plain Java Client, which you can find on our download page. See this documentation for details: https://jazz.net/library/article/1229 |
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.
Comments
Hi Mateusz,
What are you missing in the link you have provided? What you would like to know?
what I am already doing is using reverse engineering: https://jazz.net/forum/questions/135858/how-to-perform-particular-action-using-rest-api-in-clm-applications
Let us know if it helps.