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.
Screenshot Comment List Resource¶
Added in 1.6
Provides information on screenshots comments made on a review request.
The list of comments cannot be modified from this resource. It’s meant purely as a way to see existing comments that were made on a screenshot. These comments will span all public reviews.
Details¶
screenshot_comments
/api/review-requests/{review_request_id}/screenshots/{screenshot_id}/screenshot-comments/
screenshot_comment
GET - Returns the list of screenshot comments on a screenshot.
Screenshot Resource
None
Links¶
Name
Method
Resource
GET
Screenshot Comment List Resource
HTTP GET¶
Returns the list of screenshot comments on a screenshot.
This list of comments will cover all comments made on this screenshot from all reviews.
Request Parameters¶
If specified, a single
count
field is returned with the number of results, instead of the results themselves.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 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.
Errors¶
Examples¶
application/vnd.reviewboard.org.screenshot-comments+json¶