I know about the following calls:
/rest-service/reviews-v1/{id}/comments
/rest-service/reviews-v1/{id}/comments/general
I was wondering if there was a way to retrieve all the comments (particularly defects) associated with a project or repository without having to specify the review's permaID. This way I can make one REST call and categorize all the returned data instead of a REST call for each review (which would spam the server with hundreds of requests!).
The Defect Metrics section shown when looking at a list of all the reviews for a particular project shows an aggregation of the data I need (pie charts of issues by severity, status, defect-type, and qualifier) but I don't know how to get this data programmatically for any project.