Frontend | Backend | Api

Books routes (Frontend)

Name Request Response variables Description
showPage

GET /books/{unit.book.slug}/{unit.slug}/{slug}

unit.book.slug ^(?:[\w\-]*[a-zA-Z0-9\x7f-\xff]+)+[\w]*$
unit.slug ^(?:[\w\-]*[a-zA-Z0-9\x7f-\xff]+)+[\w]*$
slug ^(?:[\w\-]*[a-zA-Z0-9\x7f-\xff]+)+[\w]*$
Name Type Description
page Page Single Page record
Show a single record
showPageRevision

GET /books/{unit.book.slug}/{unit.slug}/{slug}/{revision.id}

unit.book.slug ^(?:[\w\-]*[a-zA-Z0-9\x7f-\xff]+)+[\w]*$
unit.slug ^(?:[\w\-]*[a-zA-Z0-9\x7f-\xff]+)+[\w]*$
slug ^(?:[\w\-]*[a-zA-Z0-9\x7f-\xff]+)+[\w]*$
revision.id \d+
Show a single record