Google Forms · Schema

FormResponse

A response to a Google Form.

Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveys

Properties

Name Type Description
formId string Output only. The form ID.
responseId string Output only. The response ID.
createTime string Timestamp for the first time the response was submitted.
lastSubmittedTime string Timestamp for the most recent submission.
respondentEmail string The email address of the respondent.
answers object The actual answers keyed by question ID.
totalScore number Total points awarded for quiz forms.
View JSON Schema on GitHub