ePub Exports
API for exporting courses as an ePub
A CourseEpubExport object looks like:
An EpubExport object looks like:
GET /api/v1/epub_exports
GET /api/v1/epub_exports
Scope: url:GET|/api/v1/epub_exports
A paginated list of all courses a user is actively participating in, and the latest ePub export associated with the user & course.
POST /api/v1/courses/:course_id/epub_exports
POST /api/v1/courses/:course_id/epub_exports
Scope: url:POST|/api/v1/courses/:course_id/epub_exports
Begin an ePub export for a course.
GET /api/v1/courses/:course_id/epub_exports/:id
GET /api/v1/courses/:course_id/epub_exports/:id
Scope: url:GET|/api/v1/courses/:course_id/epub_exports/:id
Get information about a single ePub export.
Last updated
Was this helpful?