GET
/integration/v1/classes
List all classes
List all classes
operationId List all classes
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
courseIds
|
array | optional | Filter by course ids |
Responses
200
application/json body
| Field | Type | Required | Description |
|---|---|---|---|
(array)
|
array | optional | Array of objects |
courseId
|
string | required | Course ID |
courseOwnerId
|
string | required | Course owner ID |
courseDefaultLang
|
string | required | Course default language |
courseName
|
string | required | Course name |
courseDescription
|
string | required | Course description |
courseLevel
|
string | required | enum: `Essential`, `Beginner`, `Intermediate`, `Advanced` |
properties
|
array | optional | Course properties |
properties
|
string | required | |
skillsStudentWillLearn
|
array | optional | Skills student will learn |
skillsStudentWillLearn
|
string | required | |
courseAuthor
|
string | required | Course author |
isCertificate
|
boolean | optional | Is certificate course |
412 Invalid parameters
500 Server error
512 Specification violations