Typeform Tables
The provider models the data in API into a list of tables that can be queried using standard SQL statements.
Generally, querying API tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
Typeform Tables
| Name | Description |
| CustomMessages | Retrieves the customizable messages for a form (specified by form_id) using the form's specified language. |
| Form | Retrieves a form by the given form_id. Includes any theme and images attached to the form as references. |
| Forms | Retrieves a list of JSON descriptions for all forms in your Typeform account (public and private). Forms are listed in reverse-chronological order based on the last date they were modified. |
| Images | Retrieves a list of JSON descriptions for all images in your Typeform account. |
| MyAccounts | Retrieve your own account information. |
| Responses | Returns form responses and date and time of form landing and submission. |
| Themes | Retrieves a theme in your Typeform account. |
| Webhooks | Retrieve all webhooks for the specified typeform. |
| Workspace | Retrieve a workspace. |
| Workspaces | Retrieve all workspaces in your account. |