FormResponse
Object: FormResponse
Section titled “Object: FormResponse”A response instance linking a form to an entity. Holds the current state of captured data.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
id* | UUID! | — |
form* | Form! | — |
status | FormStatus | — |
linkedEntity | FormResponseLinkedEntity | The entity this response is linked to. |
data | Object | Current state of all field values as key-value JSON. Reflects the latest submission's merged data. |
createdAt* | Timestamp! | — |
modifiedAt* | Timestamp! | — |
createdBy | UserReference | — |
submissions* | [FormSubmission!]! | — |
deleted* | Boolean! | Whether the response data has been deleted (GDPR). If true, data and submission data have been permanently removed. |