Typeform integration (Productivity, Data). Imported from open-connector.
https://api.typeform.com/me
/forms
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Optional page number to retrieve. |
| search | string | optional | Optional search query used to filter forms. |
| sortBy | string | optional | Field used by Typeform to sort forms. |
| orderBy | string | optional | Sort order used by Typeform. |
| pageSize | integer | optional | Optional page size for forms. |
| workspaceId | string | optional | Optional workspace ID used to filter forms. |
/forms/{formId}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The Typeform form ID. |
/forms/{formId}/responses
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The Typeform form ID. |
| pageSize | integer | optional | Optional response page size. |
| since | string | optional | Optional lower timestamp bound for responses. |
| until | string | optional | Optional upper timestamp bound for responses. |
| after | string | optional | Optional response token used as an exclusive lower cursor. |
| before | string | optional | Optional response token used as an exclusive upper cursor. |
| query | string | optional | Optional text query used by Typeform to filter responses. |
| sort | string | optional | Optional Typeform response sort expression. |
| fields | array | optional | Optional field IDs to include. |
| responseType | array | optional | Optional Typeform response types to include. |
| answeredFields | array | optional | Optional answered field IDs to include. |
| includedResponseIds | array | optional | Optional response IDs to include. |
| excludedResponseIds | array | optional | Optional response IDs to exclude. |
/workspaces
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Optional page number to retrieve. |
| search | string | optional | Optional search query used to filter workspaces. |
| pageSize | integer | optional | Optional page size for workspaces. |
/workspaces/{workspaceId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Typeform workspace ID. |