Get Quiz Results

This API allows you to get results for a given quiz

GET {{BASE_URL}}/api/lessons/{lesson_id}/quiz/results

Path Parameters

Name
Type
Description

lesson_id

integer

ID of the lesson

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

{
    "status": 200,
    "response_code": 0,
    "success": true,
    "errors": [],
    "message": "Course liked successfully",
    "data": {
        "message": "Course liked successfully"
    }
}

Last updated

Was this helpful?