Expand description
Controllers for requests starting with /api/v0/course-material/pages
.
Functionsยง
- get_
by_ ๐exam_ id GET /api/v0/course-material/pages/exam/{page_id} - GET /api/v0/course-material/pages/:page_id/chapter-and-course-information - gives the pageโs chapter and course information โ useful for the breadcrumbs
- GET /api/v0/course-material/page/{page_id}
- get_
page_ ๐navigation GET /api/v0/course-material/pages/:page_id/page-navigation - tells whatโs the next page, previous page, and the chapter front page given a page id. - get_
url_ ๐path GET /api/v0/course-material/pages/:page_id/url-path - returns the pageโs URL path.