Method: forms.get

Stay organized with collections Save and categorize content based on your preferences.

Get a form.

HTTP request

GET https://forms.googleapis.com/v1/forms/{formId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
formId

string

Required. The form ID.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Form.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/drive
  • https://www.googleapis.com/auth/drive.file
  • https://www.googleapis.com/auth/drive.readonly
  • https://www.googleapis.com/auth/forms.body
  • https://www.googleapis.com/auth/forms.body.readonly

For more information, see the OAuth 2.0 Overview.