Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the course (space) to create coursework in
The Network's unique integer ID, or subdomain Unique numeric network ID
Body
Submit results as JSON
Coursework items (lessons, quizzes, sections) within a course
The type of coursework to create (lesson, quiz, or section)
The ID of the parent coursework item (section or overview). If omitted, defaults to course overview
The title of the coursework item
The description/body content of the coursework item
The visibility status (posted, hidden, pending). Defaults to hidden
How completion is tracked (none, visited, button, video, minimum_correct_percentage)
When content becomes available (none, sequential, time_from_course_join, scheduled_date)
Response
Returns the newly created coursework item
Coursework items (lessons, quizzes, sections) within a course
The record's integer ID
"1234"
The date and time the record was created
"2025-11-21T21:15:34+00:00"
The date and time the record was last modified
"2025-11-21T21:15:34+00:00"
The ID of the course (space) this coursework belongs to
The type of coursework (lesson, quiz, section, or overview)
The title of the coursework item
The visibility status (posted, hidden, pending)
The position within siblings (for ordering)
How completion is tracked
When content becomes available
Number of direct children (for sections)
The coursework item's unique address within the network
The ID of the parent coursework item (section or overview)
The type of the parent (section or overview)
The description/body content of the coursework item