Candidate List mapped with Test

Candidate List mapped with Test

POSTCandidate List mapped with Test

This API will be used to retrieve all candidates and their details for testing.

Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API.

Header
ak:{{API Key}} sgn:{{sgn}} ts:{{ts}}
URL
Copy
{{API Endpoint}}/api/v1/examQuestionData
Body
Copy
{ "testId":"{test Id}" }
Response
Case 1 : When Success
Success
{ "result": "success", "success": { "code": "200", "msg": "Operation Successfull." }, "data": [ { "studentId": 85628894, "studentName": "API Document", "studentEmailId": "admin@thinkexam.com", "studentEnrollNumber": "ADMIN-USER" }, { "studentId": 85628898, "studentName": "Bob Brown", "studentEmailId": "bob.brown@example.com", "studentEnrollNumber": "EN456789" }, { "studentId": 85628900, "studentName": "Charlie Davis", "studentEmailId": "charlie.davis@example.com", "studentEnrollNumber": "EN567890" } ] }
Case 2 : When candidate not assigned
Error
{ "result": "error", "error": { "code": "3004", "msg": "No Records Found" } }