Frontend | Backend | Api

Search routes (Backend)

Name Request Response variables Description
addView

GET /cdna-admin/search/add-view/{index.id}

index.id .+
Name Type Description
view View Single (empty) View record
Add a new record. Assigns an empty record to the template.
editView

GET /cdna-admin/search/view/{id}

id \d+
Name Type Description
view View Retrieved View record
Retrieve a single record and display the edit page for the record
manageViews

GET /cdna-admin/search/views

Name Type Description
views Collection (View) Collection of Views
Retrieve available records and assign them to the template for editing.