What version are you running?
2.0.12
What's the URL of the page containing the problem?
/api/review-requests/*/
What steps will reproduce the problem?
Load the review-requests API for any review request.
What is the expected output? What do you see instead?
The documentation (https://www.reviewboard.org/docs/manual/2.0/webapi/2.0/resources/review-request/#webapi2.0-review-request-resource) indicates that there should be a "submitter" field, but it is missing in the JSON output. There is a links.submitter field, however.
What operating system are you using? What browser?
OS X, curl 7.37.1.
Please provide any additional information below.
Not sure if the problem is in the docs or the API, but note that the example at the bottom of the doc (https://www.reviewboard.org/docs/manual/2.0/webapi/2.0/resources/review-request/#examples) is also missing the submitter field.