Google Forms · JSON Structure

Google Forms Api Form Response Structure

A response to a Google Form.

Type: object Properties: 7
Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveys

FormResponse is a JSON Structure definition published by Google Forms, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

formId responseId createTime lastSubmittedTime respondentEmail answers totalScore

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-forms/refs/heads/main/json-structure/google-forms-api-form-response-structure.json",
  "name": "FormResponse",
  "description": "A response to a Google Form.",
  "type": "object",
  "properties": {
    "formId": { "type": "string" },
    "responseId": { "type": "string" },
    "createTime": { "type": "datetime" },
    "lastSubmittedTime": { "type": "datetime" },
    "respondentEmail": { "type": "string" },
    "answers": { "type": "object" },
    "totalScore": { "type": "double" }
  }
}