Web API Guide¶
REST API 2.0¶
This is the modern API first made available in Review Board 1.5.
- Overview
- Authenticating
- Rich Text Fields and Types
- Resource Tree
- Resources
- Errors
- 100 - Does Not Exist
- 101 - Permission Denied
- 102 - Invalid Attribute
- 103 - Not Logged In
- 104 - Login Failed
- 105 - Invalid Form Data
- 106 - Missing Attribute
- 107 - Enable Extension Failed
- 108 - Disable Extension Failed
- 109 - Extension Already Installed
- 110 - Install Extension Failed
- 203 - Invalid Change Number
- 204 - Change Number In Use
- 205 - Missing Repository
- 206 - Invalid Repository
- 207 - Repository File Not Found
- 208 - Invalid User
- 209 - Repository Action Not Supported
- 210 - Repository Information Error
- 212 - Empty Changeset
- 213 - Server Configuration Error
- 214 - Bad Host Key
- 215 - Unverified Host Key
- 216 - Unverified Host Certificate
- 217 - Missing User Key
- 218 - Repository Authentication Error
- 219 - Diff Empty
- 220 - Diff Too Big
- 221 - File Retrieval Error
- 222 - Hosting Service Authentication Error
- 223 - Group Already Exists
- 224 - Diff Parse Error
- 225 - Publish Error
- 226 - User Query Error
- 227 - Commit ID Already Exists
- 228 - Token Generation Failed
- 230 - Could not close review request
- 231 - Could not reopen review request
- Glossary
REST API 1.0 (deprecated)¶
This version of the API was first used in Review Board 1.0. It exists in 1.5 but has been removed in 1.6. All programs should be updated to use the new API.
Documentation for the old API is still available.