I am trying to write a process that analyzes all of our reviews and generates some custom reports. The problem is, there's no way in the current JSON API to find out the ID of the most-recently-created review, so there's no good way to know, as I'm looping through the reviews, when I'm done.
Please add a "getHighestReviewId" function to the ReviewService.
Thanks