REST API to access Gradebook dates – 3900.76

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

Users can now retrieve valuable date-related grading data. This provides a more effective experience when working with this API.

For the endpoint GET /learn/api/public/v2/courses/{courseId}/gradebook/columns, users will now have access to the following attributes:

  • Created: This attribute allows you to find out when a grade or gradebook column was created.
  • Modified: With this attribute, you can get the date when a grade or gradebook column was last modified.

For this, we have also introduced corresponding query parameters to allow filtering:

  • ?date_created= date: Use this query parameter to filter the results based on the creation date.
  • ?date_modified= date: This query parameter enables you to filter results based on the date of the last modification.

These query parameters allow users to tailor their API requests. This ensures that the data required for reporting or management purposes is obtained.

For administrators: These query parameters allow users to tailor their API requests. This ensures that the data required for reporting or management purposes is obtained. The required entitlements for Gradebook API remain unchanged.

Return to October 2023 – 3900.76 Release description