Jump to >

This documentation covers Review Board 2.0. You can see the latest Review Board documentation or all other versions.

Watched List Resource

Links to all Watched Items resources for the user.

This is more of a linking resource rather than a data resource, much like the root resource is. The sole purpose of this resource is for easy navigation to the more specific Watched Items resources.

Details

Name watched
URI /api/users/{username}/watched/
HTTP Methods
  • GET - Returns the serialized object for the resource.
Parent Resource User Resource
Child Resources
Anonymous Access Yes, if anonymous site access is enabled

HTTP GET

Returns the serialized object for the resource.

This will require login if anonymous access isn’t enabled on the site.

Errors

100 - Does Not ExistHTTP 404 - Not Found Object does not exist
101 - Permission DeniedHTTP 403 - Forbidden You don’t have permission for this
103 - Not Logged InHTTP 401 - Unauthorized You are not logged in