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
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 ...
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. Headerak:{{API Key}} ...
Bulk Registration Candidate
POSTBulk Registration Candidate 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 as headers, ...
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 ...