FormResponse

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.

ValueTypeDescription
uuidstringForm response UUID.
form_uuidstringForm UUID when form_builder_form_id is present.
profile_uuidstringProfile UUID when profile_id is present.
profile_typestringProfile type value.
response_dataobjectResponse payload data.
ip_addressstringSubmitter IP address.
created_atstringRecord creation timestamp.
updated_atstringRecord update timestamp.
starred_atstringStarred timestamp.
station_uuidstringStation UUID when station_id is present.