Frontend | Backend | Api

Admin routes (Backend)

Name Request Response variables Description
addMenuElement

GET /cdna-admin/admin/add-menu-element/{parent.id}

parent.id \d+
Name Type Description
menuElement MenuElement Single (empty) MenuElement record
Add a new record. Assigns an empty record to the template.
editMenuElement

GET /cdna-admin/admin/menu-element/{id}

id \d+
Name Type Description
menuElement MenuElement Retrieved MenuElement record
Retrieve a single record and display the edit page for the record
manageMenuElements

GET /cdna-admin/admin/menu-elements

Name Type Description
menuElements Collection (MenuElement) Collection of MenuElements
Retrieve available records and assign them to the template for editing.
manageJobs

GET /cdna-admin/admin/jobs

Name Type Description
jobs Collection (Job) Collection of Jobs
Retrieve available records and assign them to the template for editing.
showAuditLog

GET /cdna-admin/admin/audit-log

Retrieve available records and assign them to the template for editing.