מצב תצוגת ההצעות שצריך להחיל על המסמך. כך ניתן להציג את המסמך בתוך השורה, אישור או דחייה של כל ההצעות. אם לא מציינים ערך, ייעשה שימוש ב-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-07-29 (שעון 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."]]],[]]