Fetch Sample Submissions

View as Markdown
### Overview Retrieves the most recent 10 submissions for a specific form. This endpoint is crucial for mapping data fields in third-party integrations (like Zapier). ### Query Parameters | Field | Type | Required | Description | | --- | --- | --- | --- | | form_id | `string` | **Yes** | The unique identifier of the form. | ### **Response Structure** The response returns an array of submission objects. Each object contains metadata and dynamic fields based on your form questions: - `id` (string): Unique submission identifier. - `form_id` (string): The form ID associated with this response. - `submitted_at` (date): ISO timestamp of the submission. - `[Dynamic Fields]`: Every question in your form is returned as a key-value pair where the key is the cleaned Question Label.

Query parameters

form_idstringOptional

Response

OK
idstring
eventstring
form_idstring
form_titlestring
submission_idstring
submitted_atdatetime
Emailstringformat: "email"
Namestring
Messagestring