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/ |
Token Policy ID | watched |
HTTP Methods |
|
Parent Resource | |
Child Resources |
Links¶
Name |
Method |
Resource |
---|---|---|
self | GET |
|
watched_review_groups | GET |
|
watched_review_requests | GET |
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 |
112 - OAuth2 Missing Scope ErrorHTTP 403 - Forbidden | Your OAuth2 token lacks the necessary scopes for this request. |
113 - OAuth2 Access Denied ErrorHTTP 403 - Forbidden | OAuth2 token access for this resource is prohibited. |