Retrieves a list of courses from the Blackboard Learn platform. This endpoint allows developers to fetch information about courses available in the learning management system. It can be used to integrate course data into external applications, create custom dashboards, or sync c…
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 **Since**: 3100.0.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
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
dataSourceIdstringSearch for courses with this dataSourceId. This may optionally be the data source"s externalId using the syntax "externalId:math101". **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.