---
title: "Form data model"
url: "https://docs.unified.to/forms/form/model"
description: "API reference for Form data model. Launch multiple pre-built Form integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-21T18:15:58.211Z"
---
# Form data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/forms/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

**description**string 

**fields** array 

**is\_active**boolean 

**published\_url**string 

**response\_count**number 

**has\_multiple\_submissions**boolean 

**has\_progress\_bar**boolean 

**has\_shuffle\_questions**boolean 

**confirmation\_message**string 

**confirmation\_redirect\_url**string 

**raw**any
