Returns a list of comments on a topic on a community's discussion board
boardGetComments(
group_id = "",
topic_id = "",
need_likes = 0,
start_comment_id = "",
offset = 0,
count = 20,
sort = "",
extended = 0,
v = getAPIVersion()
)
ID of the community that owns the discussion board.
Topic ID.
1 - to return the likes field, 0 - not to return the likes field (default).
Positive number.
Offset needed to return a specific subset of comments.
Number of comments to return (default 20, maximum 100).
Sort order: asc - chronological, desc - reverse chronological.
1 <U+2014> to return information about users who posted comments; 0 <U+2014> to return no additional fields (default).
Version of API