Home

 

Get all of the comments associated with a message

Get a feed that lists all of the comments posted to a message board in response to a status message or other message.


Atom API request details

Resource Description
/atom/mv/theboard/comments.do?entryID=<entryID> Gets a feed that lists all of the comments posted in response to a given message. You must specify a value for the entryID parameter to indicate the message for which you want to get the comments.

Use one or more of the input parameters to narrow the search. Separate multiple parameters with an ampersand (&).

All search parameters support the use of the wildcards % or *. Use % to match any single character; encode it properly using %25. Use * to match zero or more characters.


Input parameters

Parameter Description
entryID ID of the entry. You can determine the entryID of an entry by getting a feed of all of the entries posted to a specific person's message board. See Getting a person's message board entries.
page Page number. Specifies the page to be returned. Default is 1.
ps Page size. Specifies the number of entries to return per page.
sortBy Defines the order in which to display the entries in the returned feed. The option are:

  • lastMod: Sorts the status messages by the date on which they were last modified.

  • published: Sorts the status messages by the date on which they were published.

Use with the sortOrder parameter to specify which to show first: the most recent or oldest.

sortOrder Specifies the order in which to list the feed entries. The options are:

  • asc: Displays the entries in ascending order.

  • desc: Displays the entries in descending order.


Get Profiles feeds

 

Related reference


Retrieving comments from a message board

Comment content


+

Search Tips   |   Advanced Search