Dokümana uygulanacak öneri görüntüleme modu. Bu, dokümanın tüm öneriler satır içinde, kabul edilen veya reddedilenlerle görüntülenmesini sağlar. Belirtilmezse DEFAULT_FOR_CURRENT_ACCESS kullanılır.
includeTabsContent
boolean
Document için body ve documentStyle gibi metin içeriği alanlarının yerine Document.tabs alanının doldurulup doldurulmayacağı.
True olduğunda: Document içindeki metin içeriği alanları yerine doküman içeriği Document.tabs alanına doldurulur.
False durumunda: Dokümanın ilk sekmesinin içeriği, Document.tabs hariç olmak üzere Document tablosundaki içerik alanlarını doldurur. Bir dokümanda yalnızca bir sekme varsa doküman içeriğini doldurmak için bu sekme kullanılır. Document.tabs boş olacak.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, Document öğesinin bir örneğini içerir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]