Assign Test to Bulk Candidates
POSTAssign Test to Bulk Candidates
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.
ak:{{API Key}}
sgn:{{sgn}}
ts:{{ts}}
{{API Endpoint}}/api/v1/assignTestMultiCandidates
{
"email": [
"{Candidate1 Email Id}",
"{Candidate2 Email Id}",
"{Candidate3 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"
}
}
{
"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 ...
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 ...
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}} ...
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 ...
How can we get test links from the admin panel?
Steps to get Test Links form the Admin Panel : Log in to the Admin Panel and navigate to the Test Manager module. 2. Click on the three dots next to the test name under the Action button and select Copy Test Link. Admins can now share these copied ...