> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/advertising/typeform/schema-information.md).

# Schema Information

## Tables/APIs&#x20;

The following is the list of tables or APIs associated with the Typeform connector:

* [Forms](#forms)&#x20;
* [Responses](#responses)

#### Forms&#x20;

Retrieves a list of all forms in your Typeform account. For more information, see [Typeform- Forms](https://www.typeform.com/developers/create/reference/retrieve-forms/#retrieve-forms).

**FIELDS**

<table><thead><tr><th width="64">Field Name</th><th width="64">Data Type</th></tr></thead><tbody><tr><td>id</td><td>STRING</td></tr><tr><td>type</td><td>STRING</td></tr><tr><td>title</td><td>STRING</td></tr><tr><td>last_updated_at</td><td>TIMESTAMP</td></tr><tr><td>created_at</td><td>TIMESTAMP</td></tr><tr><td>settings</td><td>RECORD</td></tr><tr><td>self</td><td>RECORD</td></tr><tr><td>theme</td><td>RECORD</td></tr><tr><td>_links</td><td>RECORD</td></tr></tbody></table>

#### Responses

The Responses API lets you access the data collected by the forms created in Typeform. For more information, see [Typeform- Responses](https://www.typeform.com/developers/responses/).

**FIELDS**

<table><thead><tr><th width="64">Field Name</th><th width="64">Data Type</th></tr></thead><tbody><tr><td>landing_id</td><td>STRING</td></tr><tr><td>token</td><td>STRING</td></tr><tr><td>response_id</td><td>STRING</td></tr><tr><td>landed_at</td><td>TIMESTAMP</td></tr><tr><td>submitted_at</td><td>TIMESTAMP</td></tr><tr><td>metadata</td><td>RECORD</td></tr><tr><td>hidden</td><td>RECORD</td></tr><tr><td>calculated</td><td>RECORD</td></tr><tr><td>answers</td><td>RECORD</td></tr></tbody></table>
