How to query specific buildResult from RTC by using REST
3 answers
i have found these workitem
and got it working on RTC 3.0.1
these two link works in my env,
http://teamconcert.danskenet.net/jazz/resource/virtual/build/resultpresentation/_oUQeEKKcEeKayZR-ISVoSw?_mediaType=text/json&_prettyPrint=true
_oUQeEKKcEeKayZR-ISVoSw need to be a valid BuildResult UUID
Here's an example (for our 4.0.3 M3 build for RTC itself):
https://jazz.net/jazz/resource/virtual/build/resultrecord/_U0qu0JK3EeKSpIQ-W8HL4A?_prettyPrint=true
The _prettyPrint query arg is just for debugging, not used in production (e.g. by the web UI)
Note that the Build REST interface is internal, not API, so there's not a lot of doc about it. It's mainly there to support the web UI and Visual Studio client.
What kind of info are you looking to extract?