Read course discussions
bb_list_discussionsRetrieve forum posts and replies for a course discussion using course ID and forum ID. Optionally pass a message ID to view replies to that specific post.
Instructions
Reads a discussion forum: its top-level posts, and the replies to one post when messageId is given. Find the forumId from a "discussion" item in bb_browse_course (its contentDetail carries conferenceId/id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| forumId | Yes | Forum id, e.g. "_20001_1". | |
| courseId | Yes | Course id, e.g. "_12345_1". | |
| messageId | No | Read replies to this post. |