Method: surveyQuestions.list

Lists all Google predefined survey questions.

HTTP request

GET https://businesscommunications.googleapis.com/v1/surveyQuestions

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
locale

string

Optional. List Google template questions by locale. Locale is represented by a well-formed IETF BCP 47 language tag. Default is EN.

Request body

The request body must be empty.

Response body

A list of all Google provided template questions.

If successful, the response body contains data with the following structure:

JSON representation
{
  "surveyQuestions": [
    {
      object (SurveyQuestion)
    }
  ]
}
Fields
surveyQuestions[]

object (SurveyQuestion)

List of Google provided template survey question information.