Api referenceCoursesSubjects
List all subjects
List all subjects
List all subjects
AuthorizationBearer <token>
In: header
Path Parameters
courseId*string
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
showChapters?boolean
aggregateTeachers?boolean
Response Body
application/json
curl -X GET "https://example.com/v2/courses/string/subjects"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}