Returns the list of topics in a group’s discussion board.
Accessing topics in private or closed groups requires the groups:read permission.
This method can be called without an access token.
Parameters
The group for which topics need to be returned.
Sort order for the topics. Pinned topics, if any, will always be returned first regardless of this parameter.
updated_desc– By last post time, newest to oldestcreated_desc– By creation time, newest to oldestupdated_asc– By last post time, oldest to newestcreated_asc– By creation time, oldest to newest
By default updated_desc.
Offset into the list of topics for pagination.
How many topics to return.
By default 40.
Whether to return information about users who created the topics and last posted in them.
By default false.
Comment preview mode.
first– Return the text of the first comment incomment_previewfor each topiclast– Return the text of the last comment incomment_previewfor each topicnone– Do not returncomment_preview
By default none.
If preview is not none, how many characters of the comment text to return. The text will be truncated on a word boundary. Pass 0 to return complete texts.
By default 90.
Result
Returns a paginated list of board topics.
If extended is true, returns an extra profiles field with user objects for users who created these topics and last posted in them.