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.
{
"token": "{{student Login Token}}"
}
{{API Endpoint}}/api/v1/getTestDetail
{
"dummyData": "dummy"
}
Response
Case 1 : When Success
Success
{
"TestAvailable": 0,
"data": [],
"isAdminStudent": "",
"securePanel": {
"status": 0
},
"result": "success",
"success": {
"message": "Operation successfull.",
"code": 200
},
"LARAVEL_TOKEN": "6yeY18koE6cB9ieTT70zKyYnzR3f3jm043*PXiuV3cly04jKn*ZOP17C7*q8D**rB8lGU0SQ41maC2bWMzq43Q==",
"ACCESS_TOKEN": ""
}
{
"result": "error",
"error": {
"code": "3004",
"msg": "No Records Found"
}
}
Related Articles
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": ...
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}} ...
All Exam List
GETAll Exam List This API will be used to retrieve all of the tests produced by Administrator. 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}} ...
Overview of the Think Exam Candidate Panel
Once a candidate successfully logs in to the Think Exam Candidate Panel, they can access various features and learning resources through the left-hand navigation menu. These modules are designed to help candidates manage assessments, track ...
Candidate Single Exam Score Data
POSTCandidate Single Exam Score Data This API will be used to retrieve scorecard details for tests submitted by candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation API. Custom-Header ...