Assign Test to Candidate

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.

Header
ak:{{API Key}} sgn:{{sgn}} ts:{{ts}}
URL
Copy
{{API Endpoint}}/api/v1/assignTest
Body
Copy
{ "email": "{Candidate Email Id}", "testId": "{Test Id}", "isMailEnable": "{1 or 0}", "isPasswordSkip": "{1 or 0}" }
Response
Case 1 : When Success
Success
{ "result": "success", "success": { "code": "200", "msg": "Test is assigned and mail has been sent successfully" } }
Case 2 : When Details is missing
Error
{ "result": "error", "error": { "code": "3095", "msg": "{Field name} is required." } }
    • 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 ...
    • De-Assign Test from Candidate

      POSTDe-Assign Test from Candidate This API will be used to de-assign tests from 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}} URL ...
    • Register / Login Candidate with test link

      POSTRegister / Login Candidate with test link This API will be used to register or log in a candidate. Additionally, this API is used to assign another course to a registered candidate. Name and email address are required fields. Pass ak, sgn, and ts ...
    • How to create a proctored Test?

      Proctoring settings: Overview This setting enables you to activate proctoring for the test, allowing you to configure the proctoring settings based on your needs. There are two types of proctoring available: Manual Proctoring With this option, a ...
    • How to create a Pool Test?

      Steps to create a Pool Test: Step 1: Create Test Log in to your Think Exam panel and navigate to the "Test Manager" tab. Click on "Test" and then on "Add" to create a new test. Enter the test details, such as name, duration, instructions, and other ...