Retrieves all rubrics associated with a specific course in the Blackboard Learn platform. This endpoint allows users to access the grading criteria and assessment tools set up for a particular course. It's useful for instructors, teaching assistants, or administrators who need t…
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. "title(desc),created" Supported fields are: - id - created - modified - title - description - rubricType
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.
createdstringSearch for rubrics with a created date relative to this value. "createdCompare" may also be sent to control search behavior.
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 rubrics with a modified date relative to this value. "modifiedCompare" may also be sent to control search behavior.
createdComparestringUsed alongside the "created" search parameter. Defaults to greaterOrEqual if not specified. | Type | Description | --------- | --------- | | lessThan | | | greaterOrEqual | |
modifiedComparestringUsed alongside the "modified" search parameter. Defaults to greaterOrEqual if not specified. | 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.