Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
(Add note about token) |
(→Bugs) |
||
| Line 20: | Line 20: | ||
* Examples: [https://api-dev.bugzilla.mozilla.org/latest/bug?product=Bugzilla&priority=P1&severity=blocker all P1 blockers in the Bugzilla product], [https://api-dev.bugzilla.mozilla.org/latest/bug?changed_after=1h all bugs changed in the last hour]. | * Examples: [https://api-dev.bugzilla.mozilla.org/latest/bug?product=Bugzilla&priority=P1&severity=blocker all P1 blockers in the Bugzilla product], [https://api-dev.bugzilla.mozilla.org/latest/bug?changed_after=1h all bugs changed in the last hour]. | ||
* By default, the fields returned are those in bold on the [[Bugzilla:REST_API:Objects#Bug|Search page]]. You can use [[ | * By default, the fields returned are those in bold on the [[Bugzilla:REST_API:Objects#Bug|Search page]]. You can use [[Bugzilla:REST_API#Field_Control|include_fields]] to get more, and if you specify "include_fields=_all", you will get everything. (This may take longer.) | ||
'''Errors''' | '''Errors''' | ||