Fetch All event List

Fetch All event List

POST
Fetch All event List

This API will be used to retrieve question-by-question score details from the test submitted by the candidate.

Tokens must be given as headers, and the token will be obtained from the Candidate Login / Token Creation API.

Custom-Header
Copy
{ "token": "{{student Login Token}}" }
Response
Case 1 : When Success
Success
{ "result": "success", "success": { "message": "Operation successfull.", "code": 200 }, "data": [], "LARAVEL_TOKEN": "6yeY18koE6cB9ieTT70zKyYnzR3f3jm043*PXiuV3cly04jKn*ZOP17C7*q8D**rB8lGU0SQ41maC2bWMzq43Q==", "ACCESS_TOKEN": "" }
Case 2 : When Error
Error
{ "result": "error", "error": { "code": "3004", "msg": "No Records Found" } }