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.
Example response
{
"message": "success"
}