GET - Rubric
Fetches the details of a specific rubric using its unique ID. This includes basic metadata like name and description, as well as an array of associated criteria with scoring logic.
Key Notes:
idmust be a valid UUID of an existing rubric.- Authentication is required via Bearer Token.
- If the rubric is not found, a
404error is returned.
Use Cases:
- Display rubric information in the frontend UI.
- Load criteria for scoring assignments or assessments.
- Pull rubric data into admin dashboards.
Response includes:
-
id: Unique ID of the rubric. -
name,description -
rubricCriteria: Array of criteria with scoring logic. -
createdAt,modifiedAttimestamps.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for the rubric.
Response
Rubric retrieved successfully.
Unique ID of the rubric
"2b973c83-2830-4712-87b7-64a8c0a99035"
Name of the rubric
"English Rubric"
Description of the rubric
"A rubric for evaluating english hand written assignment."
List of rubric criteria
Created date for the rubric
Modified date of the rubric