दस्तावेज़ पर लागू करने के लिए, सुझावों वाला व्यू मोड. इससे, दस्तावेज़ में इनलाइन सभी सुझावों को देखा जा सकता है. इनमें स्वीकार किए गए या अस्वीकार किए गए सुझाव भी शामिल हैं. अगर कोई एक तय नहीं की गई है, तो DEFAULT_FOR_CURRENT_ACCESS का इस्तेमाल किया जाता है.
includeTabsContent
boolean
Document पर, body और documentStyle जैसे टेक्स्ट कॉन्टेंट फ़ील्ड के बजाय, Document.tabs फ़ील्ड को पॉप्युलेट करना है या नहीं.
जब True: दस्तावेज़ का कॉन्टेंट, Document में मौजूद टेक्स्ट कॉन्टेंट फ़ील्ड के बजाय Document.tabs फ़ील्ड में अपने-आप भर जाता है.
जब False: दस्तावेज़ के पहले टैब का कॉन्टेंट, Document में कॉन्टेंट फ़ील्ड को पॉप्युलेट करता है. इसमें Document.tabs शामिल नहीं होता. अगर किसी दस्तावेज़ में सिर्फ़ एक टैब है, तो उस टैब का इस्तेमाल दस्तावेज़ के कॉन्टेंट को पॉप्युलेट करने के लिए किया जाता है. Document.tabs खाली हो जाएगा.
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य हिस्सा
कामयाब रहने पर, जवाब के मुख्य हिस्से में Document का एक इंस्टेंस शामिल किया जाता है.
अनुमति के दायरे
इसके लिए, OAuth के इनमें से किसी एक स्कोप की ज़रूरत होती है:
[[["समझने में आसान है","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"]],["आखिरी बार 2024-11-09 (UTC) को अपडेट किया गया."],[[["Retrieves the latest version of a specified Google document using a `GET` request."],["Requires a `documentId` as a path parameter to identify the target document."],["Offers optional query parameters like `suggestionsViewMode` and `includeTabsContent` to customize the response."],["Needs authorization with specific OAuth scopes, such as `https://www.googleapis.com/auth/documents` or `https://www.googleapis.com/auth/drive`."],["Upon success, returns a `Document` object containing the document's data."]]],[]]