This documentation covers the in-development release of Review Board. You can see the stable Review Board documentation or all previous versions.
This documentation covers the in-development release of Review Board. You can see the stable Review Board documentation or all previous versions.
Root General Comment List Resource¶
Added in 5.0
Provide information on general comments.
This is a top level endpoint that allows you to list and query all general comments in the system, across different review requests.
5.0.4: This was formally named
general_comments
on the root resource, but had to be renamed toall_general_comments
in order to work around a conflict with URI templates.5.0
Details¶
general_comments
/api/general-comments/
reviews.general_comments
general_comment
GET - Return the list of general comments.
Root List Resource
None
Links¶
Name
Method
Resource
GET
Root General Comment List Resource
HTTP GET¶
Return the list of general comments.
Request Parameters¶
If specified, a single
count
field is returned with the number of results, instead of the results themselves.Determine whether to return general comments that are replies or not.
ISO 8601 Date/Time
The earliest date/time the general comments could be last updated. This is compared against the general comment’s
timestamp
field. This must be a valid date/time format.ISO 8601 Date/Time
The date/time that all general comments must be last updated before. This is compared against the general comment’s
timestamp
field. This must be a valid date/time format.The maximum number of results to return in this list. By default, this is 25. There is a hard limit of 200; if you need more than 200 results, you will need to make more than one request, using the “next” pagination link.
The review ID that the general comments must be belonged to.
The review request ID that the general comments must be belonged to.
The 0-based index of the first result in the list. The start index is usually the previous start index plus the number of previous results. By default, this is 0.
The username of the user that the general comments must be owned by.
Errors¶
Examples¶
application/vnd.reviewboard.org.general-comments+json¶