Frontend | Backend | Api

Workflows routes (Backend)

Name Request Response variables Description
addWorkflow

GET /cdna-admin/workflows/add-workflow

Name Type Description
workflow Workflow Single (empty) Workflow record
Add a new record. Assigns an empty record to the template.
editWorkflow

GET /cdna-admin/workflows/workflow/{id}

id \d+
Name Type Description
workflow Workflow Retrieved Workflow record
Retrieve a single record and display the edit page for the record
manageWorkflows

GET /cdna-admin/workflows/workflows

Name Type Description
workflows Collection (Workflow) Collection of Workflows
Retrieve available records and assign them to the template for editing.