latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

coursev2

Get list of courses topics

Get list of courses topics

get/v2/course/topics

Query parameters

tagsstring

tags of list to show, like Finance, previously named industry

tag_idsstring

tags of list to show, like 1,2,3, you can use tag_ids for multilang

langstring

this if for non-gate case, if without jwt token, will respect this field to show lang of list to show, like English, Chinese

Headers

Authorizationstring required

With the bearer started

Response

success, the list in Data is []*model.CourseTopic

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}