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.

Retrieving latest successful build via REST API... #1302

karim.heredia ·
Hi Robin,

In 2.1, we were retrieving the latest successful build with this url:


/rest/build?id=<id>.latest_successful


What's the equivalent one in 3.1?

Karim
  • replies 1
  • views 1141
  • stars 0
robinshen ADMIN ·
Karim,

In 3.1, to get latest build of a configuration via RESTful API, one has to get build id first via id service:
http://wiki.pmease.com/display/QB31/Ret ... Identifier

Then with the id, the build object can be retrieved via build service:
http://wiki.pmease.com/display/QB31/Int ... ith+Builds

Regards
Robin