latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

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

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}