coursev2

Get course

Get course based on underlying language

get/v2/course

Query parameters

uuidstring required

Course uuid

Headers

Authorizationstring required

With the bearer started

Response

success, the data is model.CourseItem

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}

Changes