हम फ़ॉर्म बनाने वालों को यह तय करने के लिए ज़्यादा कंट्रोल दे रहे हैं कि कौन जवाब दे सकता है. इसके लिए, हम जवाब देने वालों के लिए ज़्यादा कंट्रोल वाली सेटिंग लॉन्च कर रहे हैं. एपीआई का इस्तेमाल करके 31 मार्च, 2026 के बाद बनाए गए फ़ॉर्म, डिफ़ॉल्ट रूप से अनपब्लिश किए गए होंगे. ज़्यादा जानने के लिए, Google Forms में एपीआई से जुड़े बदलाव लेख पढ़ें.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-25 (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"]]