Frontend | Backend | Api

Scheduler routes (Backend)

Name Request Response variables Description
addTask

GET /cdna-admin/scheduler/add-task

Name Type Description
task Task Single (empty) Task record
Add a new record. Assigns an empty record to the template.
editTask

GET /cdna-admin/scheduler/task/{id}

id \d+
Name Type Description
task Task Retrieved Task record
Retrieve a single record and display the edit page for the record
manageTasks

GET /cdna-admin/scheduler/tasks

Name Type Description
tasks Collection (Task) Collection of Tasks
Retrieve available records and assign them to the template for editing.