This API allows authenticated users to retrieve a paginated list of rubrics they have created.
Key Notes:
count
, pageSize
, next
, and previous
.id
, name
, description
, createdAt
, modifiedAt
, and rubricCriteria
.Scenario: Viewing Available Rubrics
A teacher wants to see all the rubrics they’ve created to select one for a new assignment.
Outcome:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
List of rubrics retrieved successfully.
The response is of type object
.