This API allows authenticated users to retrieve all rubric criteria associated with a specific rubric ID.
Key Notes:
id
in the URL path refers to the unique identifier of the rubric.name
, minScore
, maxScore
, and scoringLogic
.scoringLogic
is an array that defines what each score (e.g., 1 Star to 5 Star) represents.Scenario: Viewing Criteria for a Rubric
A teacher wants to view detailed evaluation criteria for a rubric assigned to a student activity.
Outcome:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier for the rubric.
Rubric criteria retrieved successfully.
The response is of type object
.