Get exam config
GET/exam-config/:examConfigId
Retrieves the exam config for the specified exam config ID. This includes the exam details and configuration settings.
Request
Responses
- 200
- 400
- 404
- 500
Exam config retrieved successfully
Bad Request - The request was invalid or cannot be otherwise served.
Not Found - The specified exam does not exist or could not be found.
Internal Server Error - An error occurred while processing the request.