RTC REST API
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?
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
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
Comments
Krzysztof Kaźmierczyk
Jan 21 '14, 11:25 a.m.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.