v1
latestOpenAPI 3.0.22026-07-26286974.7 KBCourses
Fetch all courses for current user
get/v1/current_user/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.
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
Successful