The FormBuilderFormResponse Object
The FormBuilderFormResponse object represents one submitted response for a form. It includes the submitted response payload, profile linkage, IP address, and key timestamps (including starred status). This is the canonical submission record for tracking what was submitted and when, with enough context to join back to forms and responder profiles.
| Value | Type | Description |
|---|---|---|
| uuid | string | Form response UUID. |
| form_uuid | string | Form UUID when form_builder_form_id is present. |
| profile_uuid | string | Profile UUID when profile_id is present. |
| profile_type | string | Profile type value. |
| response_data | object | Response payload data. |
| ip_address | string | Submitter IP address. |
| created_at | string | Record creation timestamp. |
| updated_at | string | Record update timestamp. |
| starred_at | string | Starred timestamp. |
| station_uuid | string | Station UUID when station_id is present. |
