Get community bookmarks
To retrieve a bookmark, use the edit link found in the bookmark entry in the bookmarks feed.You can use this operation to obtain bookmark entry information that you want to preserve prior to performing an update. See Update bookmarks for more information.
See Authenticating requests for information about how to authenticate the request.
Table 1. Atom API request details
Method Resource URI Output representation GET bookmark
- web address returned in the HTTP location header when the bookmark entry was created.
- Value of the href attribute of the <link> element with the rel="edit" attribute for each bookmark entry in the bookmarks feed.
bookmark
Input
None.
Output
An Atom entry document containing the bookmark entry.Returned HTTP headers
HTTP/1.1 200 OK
Indicates that the bookmark entry was successfully found and returned. If an error occurs, this header will contain one of the error codes below.
Content-Type: application/atom+xml
Indicates that the document returned contains data in Atom format.
- HTTP/1.1 400 Bad Request
- HTTP/1.1 403 Forbidden
- HTTP/1.1 404 Not Found
Parent topic
Work with community bookmarks programmatically
});