Review Board

beta

Adding JSON API to provide "New Updates" column information

Submitted
Updated 3 months, 3 weeks ago

Scott Francis Reviewers
reviewboard
None Review Board SVN
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"
}

 
Ship it!
Posted 3 months, 3 weeks ago (August 1st, 2008, 12:25 a.m.)
Looks good. Committed as r1418. Thanks!