Skip to main content

Courses

Create, get, modify, and delete courses.

GET /courses/{wikiid}

Fetch an existing course's information. The assignees, assignee count, and completion information is only included if the user has access to that information.

POST /courses

Create a new course.

PATCH /courses/{wikiid}

Edit an existing course.

DELETE /courses/{wikiid}

Soft delete a course.

TRUSTe