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" } }
    • Related Articles

    • How to create a test from Test Manager?

      To create a test, follow the steps given below. Step 1 : create Test 1.Click on the “Test Manager” Tab and then click on the “Test” button. 2. Now click on the “Add” button which is on the right hand side of the screen. 3. Here, add all relevant ...
    • Candidate Assigned Exam List

      POSTCandidate Assigned Exam List This API will be used to retrieve all of the tests issued to candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation API. Custom-Header Copy{ "token": ...
    • Candidate Submitted Exam List

      POSTCandidate Submitted Exam List This API will be used to retrieve all of the tests submitted to candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation API. Custom-Header Copy{ "token": ...
    • Fetch All event List

      POST Fetch All event List This API will be used to retrieve question-by-question score details from the test submitted by the candidate. Tokens must be given as headers, and the token will be obtained from the Candidate Login / Token Creation API. ...
    • Assign Test to Candidate

      POSTAssign Test to Candidate This API will be used to assign tests directly to the candidates. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} ...