latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

coursev2

Get course words proficiency

Get course words proficiency for word reviewing page. response structure is same as /v2/learn/progress/word

get/v2/course/word/proficiency

Query parameters

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 is a object contains a list of model.UserWordProgress and a bool field paid to indicate if the user is paid.

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}