Retrieves a list of courses from the Blackboard learning management system. This endpoint allows users to fetch information about multiple courses at once, providing an overview of the available courses within the institution's Blackboard environment. It's particularly useful fo…
namestringSearch for courses with name properties that contain this value. **Since**: 3100.0.0
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. "name(desc),created" Supported fields are: - courseId - name - externalId - created - modified **Since**: 3400.8.0
limitintegerThe maximum number of results to be returned. There may be less if the query returned less than the maximum.
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.
termIdstringSearch for courses with this termId. This may optionally be the term"s externalId using the syntax "externalId:spring2015". **Since**: 3100.0.0
createdstringSearch for courses with a created date relative to this value. "createdCompare" may also be sent to control search behavior. **Since**: 3100.0.0
courseIdstringSearch for courses with courseId properties that contain this value. **Since**: 3100.0.0
modifiedstringSearch for courses with a modified date relative to this value. "modifiedCompare" may also be sent to control search behavior. **Since**: 3500.4.0
externalIdstringSearch for courses with externalId properties that contain this value. **Since**: 3100.0.0
allowGuestsbooleanSearch for courses which are configured to allow/disallow guest access, based on input. Default: n/a (return courses regardless of guests allowed) **Since**: 3200.3.0
descriptionstringSearch for courses with description properties that contain this value. **Since**: 3100.0.0
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.