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"
}
Looks good. Committed as r1418. Thanks!