To give form creators more control over who can respond, we're introducing granular controls for responders. Forms created with the API after January 31, 2026 will have an unpublished state by default. To learn more, see API changes to Google Forms.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-11 UTC."],[],["This describes retrieving a single form response. A `GET` request is sent to `https://forms.googleapis.com/v1beta/forms/{formId}/responses/{responseId}`, requiring both `formId` and `responseId` in the path. The request body must be empty. A successful response returns a `FormResponse` object. Authorization requires one of three OAuth scopes: `drive`, `drive.file`, or `forms.responses.readonly`. Further details on authorization can be found in the provided guide.\n"]]