Method: forms.responses.get

Get one response from the form.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
formId

string

Required. The form ID.

responseId

string

Required. The response ID within the form.

Request body

The request body must be empty.

Response body

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

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/forms.responses.readonly

For more information, see the Authorization guide.