Candidate Single Exam Question Wise Score Data

Candidate Single Exam Question Wise Score Data

POSTCandidate Single Exam Question Wise Score Data

This API will be used to retrieve question-by-question score details from tests provided by candidates.

Tokens must be sent in headers, and they will be retrieved from the Candidate Login / Token Creation API.

Custom-Header
Copy
{ "token": "{{student Login Token}}" }
URL
Copy
{{API Endpoint}}/api/v1/getQuestionWise
Body
Copy
{ "testId": "{Test Id}", "attemptNumber": {Numbers of attemped} }
Response
Case 1 : When Success
Success
{ "result": "success", "success": { "message": "Operation successfull.", "code": 200 }, "data": { "result": "no_record", "no_record": { "msg": "No record found." } }, "LARAVEL_TOKEN": "6yeY18koE6cB9ieTT70zKyYnzR3f3jm043*PXiuV3cly04jKn*ZOP17C7*q8D**rB8lGU0SQ41maC2bWMzq43Q==", "ACCESS_TOKEN": "" }
Case 2 : When Error
Error
{ "result": "success", "success": { "message": "Operation successfull.", "code": 200 }, "data": { "result": "error", "error": { "code": "3011", "msg": "Invalid Parameter" } }, "LARAVEL_TOKEN": "6yeY18koE6cB9ieTT70zKyYnzR3f3jm043*PXiuV3cly04jKn*ZOP17C7*q8D**rB8lGU0SQ41maC2bWMzq43Q==", "ACCESS_TOKEN": "" }
    • Related Articles

    • Candidate Single Exam Topic Wise Score Data

      POSTCandidate Single Exam Topic Wise Score Data This API will be used to retrieve question-specific score details for tests submitted by candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token ...
    • Candidate Single Exam Subject Wise Score Data

      POSTCandidate Single Exam Subject Wise Score Data This API will be used to retrieve subject-specific score details for tests given by candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation ...
    • 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 ...
    • 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. Custom-Header Copy{ "token": ...
    • 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": ...