Rubric API Enhancements – 3900.89

Blackboard Learn SaaS, Blackboard Learn 9.1
Ultra Experience, Original Experience
Ultra Course View, Original Course View
Impact: Administrators
Related topic: Learn APIs

Rubrics are fundamental tools for instructors, aiding in the fair and consistent evaluation of graded work. Now, administrators can leverage the enhanced API to perform the complete spectrum of CRUD (Create, Read, Update, Delete) operations for rubrics.

Developers will gain access to the following endpoints:

  • POST /learn/api/public/v1/courses/{courseId}/rubrics
  • PATCH or DELETE /learn/api/public/v1/courses/{courseId}/rubrics/{rubricId}

For administrators: The REST integration user must have the following entitlements:

  • For POST method: "Course/Organization Control Panel (Tools) > Rubrics > Create Rubric"
  • For PATCH method: "Course/Organization Control Panel (Tools) > Rubrics > Edit Rubric"
  • For DELETE method: "Course/Organization Control Panel (Tools) > Rubrics > Delete Rubric"

Return to April 2024 – 3900.89 Release description