מצב תצוגת ההצעות שיחול על המסמך. כך תוכלו לראות את המסמך עם כל ההצעות שמוצגות בשורה, או עם ההצעות שאושרו או נדחו. אם לא מציינים ערך, המערכת משתמשת ב-DEFAULT_FOR_CURRENT_ACCESS.
includeTabsContent
boolean
הגדרה שקובעת אם לאכלס את השדה Document.tabs במקום את שדות התוכן של הטקסט כמו body ו-documentStyle ב-Document.
כשהערך הוא False: התוכן של הכרטיסייה הראשונה במסמך מאכלס את שדות התוכן ב-Document, לא כולל Document.tabs. אם במסמך יש רק כרטיסייה אחת, הכרטיסייה הזו תשמש לאכלוס תוכן המסמך. השדה Document.tabs יהיה ריק.
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של Document.
[[["התוכן קל להבנה","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."]]],[]]