Courses
Last updated
Last updated
GET
https://yoursite.mavenseed.com/api/v1/courses
Retrieve all courses
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://yoursite.mavenseed.com/api/v1/courses/:id
Retrieve a single course
POST
https://yoursite.mavenseed.com/api/v1/courses
Create a course.
PATCH
https://yoursite.mavenseed.com/api/v1/courses/:id
Update a single course. All of the above properties in create course are valid.
DELETE
https://yoursite.mavenseed.com/api/v1/courses/:id
Delete a course.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
page
integer
Results are paginated.
Authorization
string
Auth token
Authorization
string
Auth token
Authorization
string
Auth Token
title
string
Title of the course
status
integer
0 - draft, 1 - published
scheduled_at
string
Optional datetime if course is scheduled
published_at
string
Published date in datetime format
excerpt
string
Course excerpt
free
boolean
Whether or not the course is free
questions_enabled
boolean
Should questions be enabled on the course
Authorization
string
Auth token
Authorization
string
Auth toke