v1

latestOpenAPI 3.0.22026-07-26286974.7 KB
Courses

Fetch all courses at your school.

get/v1/courses

Query parameters

namestring

Filter courses by course name

is_publishedboolean

Filter courses by published status. If true, return published courses. If false, return unpublished courses.

author_bio_idinteger

Filter courses by a specific course author via the course author's bio ID.

created_atstring date-time

Return courses by the date & time of course creation. Formatted in ISO8601.

pageinteger

Used in pagination when number of courses exceed the maximum amount of results per page

perinteger

Used in pagination to define amount of courses per page, when not defined the maximum is 20

Response

200 response

All 28 operations