Getting the state of reviewers/participants via JSON API?
Greetings,
I'm trying to use your JSON API to retrieve the state of the reviewers on a review. I don't seem to be able to find that information anywhere in the API reference.
I can retrieve the list of participants, and their roles, but I can't retrieve whether they've approved the review or not, yet. I don't need to know the larger reviewPhase, but rather WHO of the people listed as participants has actually reviewed/approved the code yet.
Your in-app JavaDoc based documentation is exceedingly difficult to search through, and essentially unusable in places. For instance, I can find no reasonable way to determine what clientGuid and clientBuild are for the other parameters for ReviewService.getReviewSummary. So while that might be a useful call for what I'm doing (I don't know, the documentation doesn't say), I can't actually call it to learn because there's no documentation on how to obtain the non-review ID parameters.
I would appreciate any kind of pointers or information you can provide on how to determine the State (as displayed in the code review page) of each participant in a code review, via your JSON API. It seems a somewhat fundamental capability of a code review system.
-- Morgan