The Courses API is for administering Course records in Skills Base which includes adding, updating, and retrieving records.
Endpoint
/2.0/courses
Objects used by this API
Methods
GET /courses
Returns all Courses in the instance.
GET /courses/:id
Returns a Course identified by the given id
POST /courses
Creates a new Course record.
The following parameters are valid. Other parameters that do not appear in this list will be accepted but silently ignored.
|
Name |
Required |
|
name |
Yes |
|
url |
Yes |
PUT /courses/:id
Updates an existing Course