It's all about the answers!

Ask a question

How to perform particular action using REST API in CLM applications


1
1
Krzysztof Kaźmierczyk (7.4k373103) | asked Dec 09 '13, 10:03 a.m.
edited Aug 07 '15, 3:41 a.m.
There are many questions on jazz.net asking how to perform particular actions using REST API in CLM applications (RTC, RQM, RRC). How can I get the information how to do something?

2 answers



permanent link
Krzysztof Kaźmierczyk (7.4k373103) | answered Dec 09 '13, 10:04 a.m.
What I am usually doing is starting Firebug and recreate the steps in web ui.
 Then you will see in net panel what are the queries sent to make particular action.

permanent link
Martha (Ruby) Andrews (3.0k44251) | answered Aug 07 '15, 12:14 p.m.
JAZZ DEVELOPER
Using Firebug to snoop on the UI will not necessarily result in REST API calls. The UI uses custom calls crafted to the specific needs of the UI, not just REST API calls. Relying on these internal calls can be risky, because they can change from release to release without warning.

Following the OSLC specification is guaranteed to work. Other parts of the API that are under construction are described in the jazz.net wiki. For instance:
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi

Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead

Your answer


Register or to post your answer.