forms
Forms instantiated from a form template under a node.
Create or update a form
Creates a new form under the given parent node from the referenced template (instantiating the template's numeric and calculation signals and a signal group) when the request has no id, otherwise updates only the existing form's name and description. Returns the resulting form.
Get a form by id
Returns the form with the given id. Responds 404 if the form does not exist or has been soft-deleted.
Delete a form
Soft-deletes the form and removes its associated signal group. Responds 404 if the form does not exist.