Exam Paper
GET - Exam Detail
The Exam Details API allows you to retrieve detailed information about a specific exam, including metadata such as the exam’s name, type, attached documents, and what is the status of the documents.
Use Cases:
- Populate Admin Dashboards: Admins can use this API to fetch detailed exam information to display on dashboards, including metadata, documents, and publication statuses.
- Generate Reports: Backend services can use this API to generate reports for audits or analytics based on exam metadata and documents.
- Access Attached Documents: Developers can access the attached documents’ URLs to display or download PDFs/images.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"4340132f-50fa-4877-9ffa-e9b7ee59d51f"
Response
200
application/json
Successful Response
The response is of type object
.