googleapis.com – forms
Reads and writes Google Forms and responses.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:forms/v1.json
- Provider
- googleapis.com:forms / forms
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/forms/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/forms/v1/openapi.yaml
Tools (11)
Extracted live via the executor SDK.
-
forms.formsBatchUpdateChange the form with a batch of updates.
-
forms.formsCreateCreate a new form using the title given in the provided form message in the request. Important: Only the form.info.title and form.info.document_title fields are copied to the new form. All other fields including the form description, items and settings are disallowed. To create a new form and add items, you must first call forms.create to create an empty form with a title and (optional) document title, and then call forms.update to add the items.
-
forms.formsGetGet a form.
-
forms.formsResponsesGetGet one response from the form.
-
forms.formsResponsesListList a form's responses.
-
forms.formsWatchesCreateCreate a new watch. If a watch ID is provided, it must be unused. For each invoking project, the per form limit is one watch per Watch.EventType. A watch expires seven days after it is created (see Watch.expire_time).
-
forms.formsWatchesDeleteDelete a watch.
-
forms.formsWatchesListReturn a list of the watches owned by the invoking project. The maximum number of watches is two: For each invoker, the limit is one for each event type per form.
-
forms.formsWatchesRenewRenew an existing watch for seven days. The state of the watch after renewal is
ACTIVE, and theexpire_timeis seven days from the renewal. Renewing a watch in an error state (e.g.SUSPENDED) succeeds if the error is no longer present, but fail otherwise. After a watch has expired, RenewWatch returnsNOT_FOUND. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools