Skip to content

FormSubmissionInput

Input for submitting a form response directly (outside of a status transition).

FieldTypeDescription
formKey*String!The key of the form template this submission is for.
responseIdUUIDThe id of the existing form response, if updating
linkedEntityFormResponseLinkedEntityInputThe entity this form response is linked to, if any.
data*Object!Complete form data as key-value JSON. The frontend always sends the full snapshot; the backend handles change detection and diffing.