Rubric Associations API Enhancements – 3900.86

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

Rubrics serve as a well-organized and transparent framework for assessing student work. Administrators can now manage associations for rubrics via API for the following:

  • tests
  • assignments (without questions)
  • graded discussions
  • individual questions (Original course view only)

Managing rubrics and their associations via API streamlines rubric alignment across many courses.

Administrators can now use the enhanced API to perform the full spectrum of CRUD operations: create, update and delete rubric associations.

Developers will gain access to the following endpoints:

  • POST: public/v1/courses/{courseId}/rubrics/{rubricId}/associations
  • PATCH: public/v1/courses/{courseId}/rubrics/{rubricId}/associations/{rubricAssociationId}
  • DELETE: public/v1/courses/{courseId}/rubrics/{rubricId}/associations/{rubricAssociationId}

For administrators: Refer to the API documentation for detailed information about entitlements to perform CRUD operations on Rubric Associations.

Return to March 2024 – 3900.86 Release description