Skip to main content

responses

Overview

Nameresponses
TypeResource
Idgoogleworkspace.forms.responses

Fields

NameDatatypeDescription
createTimestringOutput only. Timestamp for the first time the response was submitted.
formIdstringOutput only. The form ID.
lastSubmittedTimestringOutput only. Timestamp for the most recent time the response was submitted. Does not track changes to grades.
respondentEmailstringOutput only. The email address (if collected) for the respondent.
responseIdstringOutput only. The response ID.
totalScorenumberOutput only. The total number of points the respondent received for their submission Only set if the form was a quiz and the response was graded. This includes points automatically awarded via autograding adjusted by any manual corrections entered by the form owner.
answersobjectOutput only. The actual answers to the questions, keyed by question_id.

Methods

NameAccessible byRequired ParamsDescription
forms_responses_getSELECTformId, responseIdGet one response from the form.
forms_responses_listSELECTformIdList a form's responses.