Google Forms integration (Productivity, Data). Imported from open-connector.
https://forms.googleapis.com/v1/forms/
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The visible title of the new form. |
| description | string | optional | The description shown below the form title. |
| documentTitle | string | optional | The Google Drive document title for the new form. |
| unpublished | boolean | optional | Whether the form should start unpublished and not accept responses. |
/{formId}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The ID of the form to retrieve. |
/{formId}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The ID of the form to update. |
| requests | array | required | An array of JSON-like objects. |
| requiredRevisionId | string | optional | The revision ID that must match before the update is applied. |
| targetRevisionId | string | optional | The target revision ID used for transformed writes. |
| includeFormInResponse | boolean | optional | Whether the full updated form should be returned in the response. |
/{formId}
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The ID of the form to update. |
| publishSettings | object | required | The Google Forms publish settings payload to write. |
| updateMask | string | optional | The publishSettings fields to update. |