Per offrire ai creator di moduli un maggiore controllo su chi può rispondere, stiamo introducendo controlli granulari per gli utenti che possono rispondere. I moduli creati con l'API dopo il 31 gennaio 2026 avranno uno stato non pubblicato per impostazione predefinita. Per scoprire di più, consulta la pagina Modifiche all'API di Moduli Google.
Per chiamare questo servizio, ti consigliamo di utilizzare le librerie client fornite da Google. Se la tua applicazione deve utilizzare le tue librerie per chiamare questo servizio, utilizza le seguenti informazioni quando effettui le richieste API.
Documento di rilevamento
Un documento di rilevamento è una specifica leggibile da computer per descrivere e utilizzare le API REST. Viene utilizzato per creare librerie client, plug-in IDE e altri strumenti che interagiscono con le API di Google. Un servizio può fornire più documenti di rilevamento. Questo servizio fornisce il seguente documento di rilevamento:
Un endpoint di servizio è un URL di base che specifica l'indirizzo di rete di un servizio API. Un servizio può avere più endpoint di servizio. Questo servizio ha il seguente endpoint di servizio e tutti gli URI riportati di seguito sono relativi a questo endpoint di servizio:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-25 UTC."],[],["The API allows interaction with Google Forms and their responses. It supports creating new forms, retrieving specific forms, and batch updating forms. For responses, users can retrieve a single response or list all responses for a given form. The API also manages watches, enabling the creation, deletion, listing, and renewal of watches associated with forms. The base URL for the service is `https://forms.googleapis.com`.\n"],null,["# Google Forms API\n\nReads and writes Google Forms and responses.\n\n- [REST Resource: v1.forms](#v1.forms)\n- [REST Resource: v1.forms.responses](#v1.forms.responses)\n- [REST Resource: v1.forms.watches](#v1.forms.watches)\n\nService: forms.googleapis.com\n-----------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:\n\n- \u003chttps://forms.googleapis.com/$discovery/rest?version=v1\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://forms.googleapis.com`\n\nREST Resource: [v1.forms](/workspace/forms/api/reference/rest/v1/forms)\n-----------------------------------------------------------------------\n\n| Methods ||\n|---------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|\n| [batchUpdate](/workspace/forms/api/reference/rest/v1/forms/batchUpdate) | `POST /v1/forms/{formId}:batchUpdate` Change the form with a batch of updates. |\n| [create](/workspace/forms/api/reference/rest/v1/forms/create) | `POST /v1/forms` Create a new form using the title given in the provided form message in the request. |\n| [get](/workspace/forms/api/reference/rest/v1/forms/get) | `GET /v1/forms/{formId}` Get a form. |\n| [setPublishSettings](/workspace/forms/api/reference/rest/v1/forms/setPublishSettings) | `POST /v1/forms/{formId}:setPublishSettings` Updates the publish settings of a form. |\n\nREST Resource: [v1.forms.responses](/workspace/forms/api/reference/rest/v1/forms.responses)\n-------------------------------------------------------------------------------------------\n\n| Methods ||\n|---------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| [get](/workspace/forms/api/reference/rest/v1/forms.responses/get) | `GET /v1/forms/{formId}/responses/{responseId}` Get one response from the form. |\n| [list](/workspace/forms/api/reference/rest/v1/forms.responses/list) | `GET /v1/forms/{formId}/responses` List a form's responses. |\n\nREST Resource: [v1.forms.watches](/workspace/forms/api/reference/rest/v1/forms.watches)\n---------------------------------------------------------------------------------------\n\n| Methods ||\n|-----------------------------------------------------------------------|----------------------------------------------------------------------------------------------|\n| [create](/workspace/forms/api/reference/rest/v1/forms.watches/create) | `POST /v1/forms/{formId}/watches` Create a new watch. |\n| [delete](/workspace/forms/api/reference/rest/v1/forms.watches/delete) | `DELETE /v1/forms/{formId}/watches/{watchId}` Delete a watch. |\n| [list](/workspace/forms/api/reference/rest/v1/forms.watches/list) | `GET /v1/forms/{formId}/watches` Return a list of the watches owned by the invoking project. |\n| [renew](/workspace/forms/api/reference/rest/v1/forms.watches/renew) | `POST /v1/forms/{formId}/watches/{watchId}:renew` Renew an existing watch for seven days. |"]]