coursev2
Get level performance
Get level performance for breakdown page after finishing a level
get/v2/course/level
Query parameters
codestring required
Course code, which lesson want to list, use course code,from the object.code in lessons array
levelinteger required
level from the object in lessons array
Headers
Authorizationstring required
With the bearer started, optional for guest
Response
success, the data list is a list of model.Lesson
Example response
{
"message": "success"
}