Aller au contenu principal

Update User Lesson status - GET

Update status of a lesson for a specific user (using GET method). The full url can be obtained as a callback url under certain circumstances, including CALLBACK_TOKEN.

Path Parameters
CALLBACK_TOKEN string REQUIRED
Responses
200

OK - Successfull callback operation

Schema OPTIONAL
absoluteScore double OPTIONAL
score double OPTIONAL
progress double
status string

Possible values: [not-started, in-progress, succeeded, failed]

LessonID string
UserID string
403

Access denied

Schema OPTIONAL
statusCode double
kind string
message string
404

Not found

Schema OPTIONAL
statusCode double
kind string
message string