• 
      

    Adding JSON API to provide "New Updates" column information

    Review Request #473 — Created July 28, 2008 and submitted — Latest diff uploaded

    Information

    Review Board SVN (deprecated)

    Reviewers

    I've added a new JSON API to determine if a review request has any new activity since last viewed by the user.
    
    The URL is /api/json/reviewrequests/<review_request_id>/updated/
    
    The API returns the following:
    
    {
       "updated":true,
       "stat":"ok"
    }