Schema Information
This subtopic provides a structured reference to assist you in working with Daton's Typeform connector and the associated fields and tables.
Schema Information
This subtopic provides a structured reference to assist you in working with Daton's Typeform connector and the associated fields and tables.
Tables/APIs
The following is the list of tables or APIs associated with the Typeform connector:
- Forms
- FormsDetails
- Responses
Forms (FullLoad)
Retrieves a list of all forms in your Typeform account. For more information, see Typeform- Forms.
FIELDS
| Field Name | Data Type |
id |
STRING |
type |
STRING |
title |
STRING |
last_updated_at |
TIMESTAMP |
created_at |
TIMESTAMP |
settings |
RECORD |
self |
RECORD |
theme |
RECORD |
_links |
RECORD |
FormsDetails (Full Load)
Retrieve details of each Formids created in your Typeform account. For more information, see Retrieve form
| Field Name | Data Type |
| id | STRING |
| type | STRING |
| title | STRING |
| workspace | RECORD |
| theme | RECORD |
| settings | RECORD |
| thankyou_screens | RECORD |
| fields | RECORD |
| logic | RECORD |
| created_at | TIMESTAMP |
| last_updated_at | TIMESTAMP |
| published_at | TIMESTAMP |
| _links | RECORD |
Responses (Incremental)
The Responses API lets you access the data collected by the forms created in Typeform. For more information, see Typeform- Responses.
FIELDS
| Field Name | Data Type |
landing_id |
STRING |
token |
STRING |
response_id |
STRING |
landed_at |
TIMESTAMP |
submitted_at |
TIMESTAMP |
metadata |
RECORD |
hidden |
RECORD |
calculated |
RECORD |
answers |
RECORD |
| form_id | STRING |