Changes

Jump to: navigation, search

Bugzilla:BzAPI

54 bytes removed, 19:38, 7 July 2014
Updated links to subpages from REST_API to BzAPI
This page contains general information and preliminaries. Read it first. Then, you can find more detailed information:
* [https://wiki.mozilla.org/Bugzilla:REST_APIBzAPI:Methods API Methods]** [https://wiki.mozilla.org/Bugzilla:REST_APIBzAPI:Search Parameters for the Search method]* [https://wiki.mozilla.org/Bugzilla:REST_APIBzAPI:Objects Objects sent and received]** [https://wiki.mozilla.org/Bugzilla:REST_APIBzAPI:Objects:Configuration The Configuration object]* [https://wiki.mozilla.org/Bugzilla:REST_APIBzAPI:HowTo Tips, tricks and code samples]
==Versions==
===Version 1.3 (7th March 2013)===
* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI&oldid=538111 Overview]* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI:Methods&oldid=436589 API Methods]** [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI:Search&oldid=483668 Parameters for the Search method]* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI:Objects&oldid=537941 Objects sent and received]** [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI:Objects:Configuration&oldid=265440 The Configuration object]* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI:HowTo&oldid=489309 Tips, tricks and code samples]
===Version 1.2 (21st November 2012)===
* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI&oldid=358475 Overview]* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI:Methods&oldid=436589 API Methods]** [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI:Search&oldid=483668 Parameters for the Search method]* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI:Objects&oldid=292055 Objects sent and received]** [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI:Objects:Configuration&oldid=265440 The Configuration object]* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_APIBzAPI:HowTo&oldid=295460 Tips, tricks and code samples]
==Servers==
== Errors ==
If methods are not successful for whatever reason, they will return an [[Bugzilla:REST_APIBzAPI:Objects#Error|Error]]. ''You should test every API return to see if it is an error ("error" member set to a true value).''
The "code" field on an Error, if present, will give an error code from [[Bugzilla:WebServices:Errors|this list]]. The other member variables of the object are not stable, and should not be relied upon. The html_page, in particular, is only there so you can read it manually for a better idea of what the error was, and ask for the API to support it properly.
Confirm
1,927
edits

Navigation menu