integrations.sh
← all integrations

googleapis.com – forms

OpenAPI apis-guru analyticsmedia

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.formsBatchUpdate

    Change the form with a batch of updates.

  • forms.formsCreate

    Create 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.formsGet

    Get a form.

  • forms.formsResponsesGet

    Get one response from the form.

  • forms.formsResponsesList

    List a form's responses.

  • forms.formsWatchesCreate

    Create 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.formsWatchesDelete

    Delete a watch.

  • forms.formsWatchesList

    Return 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.formsWatchesRenew

    Renew an existing watch for seven days. The state of the watch after renewal is ACTIVE, and the expire_time is 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 returns NOT_FOUND.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools