coursev2
Get lesson practice for linear
Get lesson practice linear, this api will response with the lesson flashcards and practices.
get/v2/lesson/practice
Query parameters
lesson_idinteger required
id from the object in lessons array
codestring required
Course code, which lesson want to list, use course_code,from the object.code in lessons array
Headers
Authorizationstring required
With the bearer started, optional for guest
Response
success, the data list is *model.LessonPracticeRsp
Example response
{
"message": "success"
}