Returns a list of comments on a topic on a community's discussion board
boardGetCommentsExecute(
group_id = "",
topic_id = "",
need_likes = 0,
start_comment_id = "",
offset = 0,
count = 20,
sort = "",
progress_bar = FALSE,
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, 0 - for all comments).
Sort order: asc - chronological, desc - reverse chronological.
Display progress bar.
Version of API