Retrieves all messages within a specific discussion for a given course in the Blackboard learning management system. This endpoint allows users to fetch the entire conversation thread, including all posts and replies, for a particular discussion topic. It's useful for displaying…
sortstringProperties to sort by. This is a comma-delimited list of JSON properties, with an optional "(desc)" suffix to request a descending sort for that property. e.g. "createdDate(desc),givenName" Supported fields are: - id - discussionId - parentId - threadId - userId - groupId - give…
limitintegerThe maximum number of results to be returned. There may be less if the query returned less than the maximum.
editedstringSearch for messages filtering by "edited". If editedCompare is not set, it will perform as "greaterOrEqual" by default. **Since**: 3900.25.0
fieldsstringA comma-delimited list of fields to include in the response. If not specified, all fields will be returned.
isReadbooleanSearch for read or unread messages. **Since**: 3900.25.0
offsetintegerThe number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.
postedstringSearch for messages filtering by "posted". If postedCompare is not set, it will perform as "greaterOrEqual" by default. **Since**: 3900.25.0
statusstringSearch for messages with status. **Since**: 3900.25.0 | Type | Description | --------- | --------- | | Published | Message is published in the discussion and visible for all users. | | Deleted | Message is shown in the discussion as soft-deleted. | | Draft | Message is stored as…
userIdstringSearch for messages made by this userId. **Since**: 3900.25.0
createdstringSearch for messages filtering by "created". If createdCompare is not set, it will perform as "greaterOrEqual" by default. **Since**: 3900.25.0
groupIdstringSearch for messages which are associated with this groupId. **Since**: 3900.19.0
courseIdRequiredstringThe course or organization ID. This may be the primary ID, or any of the secondary IDs prefixed with the ID type. | ID type | Example | |------------|---------------------------------------| | primary | _123_1 | | externalId | externalId:math101 | | courseId | courseId:math101 |…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.