Home
Retrieving a feed link
To retrieve complete information about a feed link, use the edit link found in the feed link entry in the feed links feed.
You can use this operation to obtain feed link information that you want to preserve prior to performing an update. See Updating feed links for more information. This method returns the Atom entry of a single feed entry as opposed to a feed of all the feed entries. To retrieve a feed, see Searching communities.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method Resource URI Output representation GET feed link Value of the href attribute of <link rel="edit"> element of each entry in the feed links feed. feed link
Input
None.
Output
An Atom entry document containing the feed link. Returned HTTP Headers
- HTTP/1.1 200 OK
- Indicates that the feed link 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.
Error codes
- HTTP/1.1 401 Unauthorized
- HTTP/1.1 404 Not Found
Related reference