Expand description
Controllers for requests starting with /api/v0/course-material/pages.
StructsΒ§
FunctionsΒ§
- _add_
routes - get_
by_ πexam_ id - GET /api/v0/course-material/pages/exam/{page_id}
- get_
chapter_ πand_ course_ information - 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_
chapter_ πfront_ page - 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.
- is_
chapter_ πfront_ page