Retrieves the contents of a specific course in the Blackboard Learn platform. This endpoint allows you to fetch all learning materials, resources, and content items associated with a given course. It should be used when you need to access or display the structure and components…
limitintegerThe maximum number of results to be returned. There may be less if the query returned less than the maximum.
titlestringSearch for content title. Will return all Content items whose title contains the supplied search value. **Since**: 3900.10.0
fieldsstringA comma-delimited list of fields to include in the response. If not specified, all fields will be returned.
offsetintegerThe number of rows to skip before beginning to return rows. An offset of 0 is the same as omitting the offset parameter.
createdstringSearch for contents with a created date relative to this value. "createdCompare" may also be sent to control search behavior. **Since**: 3700.1.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 |…
modifiedstringSearch for contents with a modified date relative to this value. "modifiedCompare" may also be sent to control search behavior. **Since**: 3700.4.0
recursivebooleanSearch for child content recursively. A value of "true" indicates that search results should include all content descendants within the hierarchy of the specified parent. A value of "false" indicates results should be limited to immediate children only. Not setting this field de…
reviewablebooleanSearch contents by whether they are reviewable or not. **Since**: 3700.15.0
contentHandlerstringSearch for the specific content handler. Not setting this field will return all content handlers. **Since**: 3400.5.0
createdComparestringUsed alongside the "created" search parameter. Supported values: - lessThan - greaterOrEqual Defaults to greaterOrEqual if not specified. **Since**: 3700.1.0 | Type | Description | --------- | --------- | | lessThan | | | greaterOrEqual | |
modifiedComparestringUsed alongside the "modified" search parameter. Supported values: - lessThan - greaterOrEqual Defaults to greaterOrEqual if not specified. **Since**: 3700.4.0 | Type | Description | --------- | --------- | | lessThan | | | greaterOrEqual | |
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.