Exam Paper
GET - List Exam
The GET /evaluation-platform/v1/exam API retrieves a paginated list of exams, providing detailed information about each exam, including associated documents, grades, subjects, and other metadata.
Scenarios:
- Displaying Exams on an Admin Dashboard: Admins can use this API to fetch and display a list of exams with relevant details for monitoring and management.
- Filtering Exams by Grade or Subject: Teachers can retrieve exams filtered by specific criteria like grade or subject to streamline their workflow.
- Exam Status Monitoring: Coordinators can use this API to track the status of exams (e.g., in progress, completed) and act accordingly.
- Populating a Student Portal: Students can view available exams based on their class and subject by leveraging the data retrieved from this API.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Successful Response
The response is of type object
.