Integrations

Gradebook API: Accessing grading dates – 3900.80

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

In a previous release, we introduced a feature that allows users to retrieve date-related grading data. Now, we incorporate two more fields into the response of all gradebook APIs: first and last relevant dates.

"firstRelevantDate" determined as:

  • The first recorded date when an attempt is scored.
  • The most recent date in which a final score is overridden.

"lastRelevantDate" determined as:

  • The date of the most recent modification of a grade when an attempt is scored.
  • The most recent date in which a final score is overridden.

We also introduce the following query parameters:

  • firstRelevantDateCompare
  • lastRelevantDateCompare

These parameters allow users to filter and refine the results.

For administrators: The required entitlements for Gradebook API remain unchanged. First and Last relevant dates do not apply to calculated columns.

Return to December 2023 – 3900.80 Release description