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