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-HeaderCopy {
"token": "{{student Login Token}}"
}
URLCopy{{API Endpoint}}/api/v1/getTestDetail
BodyCopy {
"dummyData": "dummy"
}
Case 1 : When SuccessSuccess {
"TestAvailable": 0,
"data": [],
"isAdminStudent": "",
"securePanel": {
"status": 0
},
"result": "success",
"success": {
"message": "Operation successfull.",
"code": 200
},
"LARAVEL_TOKEN": "6yeY18koE6cB9ieTT70zKyYnzR3f3jm043*PXiuV3cly04jKn*ZOP17C7*q8D**rB8lGU0SQ41maC2bWMzq43Q==",
"ACCESS_TOKEN": ""
}
Case 2 : When ErrorError {
"result": "error",
"error": {
"code": "3004",
"msg": "No Records Found"
}
}