Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Restful API which returns the build id given request id #2691

shobha.suresh ·
Hi ,

I made a build request using the API "http://localhost:8810/rest/build_requests". Once the request was successful, i got the below xml as response

<?xml version="1.0" encoding="UTF-8" ?>
<com.pmease.quickbuild.RequestResult>
<requestId>122569c1-01bb-4f76-9d29-20d1c68f6f14</requestId>
<loopedRequest>false</loopedRequest>
</com.pmease.quickbuild.RequestResult>

I looked out for an API which gives me the "build id" given the "request id" as input but i could not find one.

Could you please help me in this regard. The version of quick build i am using is 3.1.x
  • replies 1
  • views 2695
  • stars 0
robinshen ADMIN ·
Please check secion "Get build id by request id" of below link:
http://wiki.pmease.com/display/QB31/Ret ... Identifier