AladiaDocs
Api referenceCourses

List all skills of a course

List all skills

GET
/v2/courses/skills

List all skills

AuthorizationBearer <token>

In: header

Query Parameters

next?string
prev?string
sortBy?string
sortDirection?string

Value in

  • "desc"
  • "asc"
subCategoryId?string
type?string

Value in

  • "on-demand"
  • "live"
title?string
minCost?number
maxCost?number
minDuration?number
maxDuration?number
startDate?string
endDate?string
languageIds?string
skills?string

Response Body

application/json

curl -X GET "https://example.com/v2/courses/skills"
[  {}]