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_commentson the root resource, but had to be renamed toall_general_commentsin order to work around a conflict with URI templates.5.0
Details¶
general_comments/api/general-comments/reviews.general_comments
general_commentGET - 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
countfield 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
timestampfield. 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
timestampfield. 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 ID of the review that the general comments must belong to.
The ID of the review request that the general comments must belong 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 created the general comments.
Errors¶
Examples¶
application/vnd.reviewboard.org.general-comments+json¶