form-inputs
Values entered into forms, with comments and status.
List form inputs (paged)
Returns a page of form inputs matching the given filters (measured-at range, last-modified range, form id and status), using the supplied page number, size and sort. The response includes the items plus current page and total item count.
Create or update a form input
Upserts a form input with its per-element values and comments. When the saved status is PUBLISHED the numeric and calculation field values are written as time-series data points for the form and comments are created or replaced per element; status RECALLED marks it recalled and removes the previously published data points.
Get a form input by id
Returns the form input with the given id, including its per-element inputs. Responds 404 if it does not exist.