Retrieve comments from a message board 

To retrieve the Atom document for a comment associated with a person's status message or the other messages posted to a message board, get a feed that lists the comments to find out the comment's ID, and then request that comment.

Table 1. Atom API request details

Method URI Output representation
GET Value of the href attribute of the <link> element with the rel="self" attribute for each entry in the replies feed for the board entry. comment


Input

None.


Output

An Atom entry document containing the comment.

Returned HTTP headers

HTTP/1.1 200 OK

Content-Type: application/atom+xml

Error codes


Parent topic

Work with the message board

Related reference
Getting all of the comments associated with a message


   

 

});

+

Search Tips   |   Advanced Search