Rubrics
LIST - Rubric
This API allows authenticated users to retrieve a paginated list of rubrics they have created.
Key Notes:
- Supports pagination with metadata like
count
,pageSize
,next
, andprevious
. - Each rubric object includes fields like
id
,name
,description
,createdAt
,modifiedAt
, andrubricCriteria
.
Scenario: Viewing Available Rubrics
A teacher wants to see all the rubrics they’ve created to select one for a new assignment.
Outcome:
- The teacher sends a GET request.
- The API responds with a list of rubrics along with pagination info.
- The teacher can choose and manage existing rubrics efficiently.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
List of rubrics retrieved successfully.
The response is of type object
.