addForm |
GET /cdna-admin/forms/add-form
|
Name |
Type |
Description |
form |
Form
|
Single (empty) Form record
|
|
Add a new record. Assigns an empty record to the template. |
editFormCustomFields |
GET /cdna-admin/forms/form/{id}/custom-fields
|
Name |
Type |
Description |
form |
Form
|
Retrieved Form record
|
|
Retrieve a single record and display the edit page for the record |
manageForms |
GET /cdna-admin/forms/forms
|
|
Retrieve available records and assign them to the template for editing. |
manageFormSubmissions |
GET /cdna-admin/forms/form-submissions/{form.id}
|
|
Retrieve available records and assign them to the template for editing. |