Rubrics
GET - Rubric Criteria
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.- Each criterion contains detailed scoring information including
name
,minScore
,maxScore
, andscoringLogic
. - The
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:
- The teacher sends a GET request with the rubric ID.
- The response returns a list of all rubric criteria with full scoring definitions.
- This helps the teacher ensure clarity and consistency during evaluation.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier for the rubric.
Response
200
application/json
Rubric criteria retrieved successfully.
The response is of type object
.