Get exam session
GET/exam-session/:examSessionId
Get an exam session by ID.
Request
Responses
- 200
- 400
- 404
- 500
Exam session 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.