Mode tampilan saran untuk diterapkan ke dokumen. Tindakan ini memungkinkan melihat dokumen dengan semua saran inline, diterima, atau ditolak. Jika salah satu tidak ditentukan, DEFAULT_FOR_CURRENT_ACCESS akan digunakan.
includeTabsContent
boolean
Apakah akan mengisi kolom Document.tabs, bukan kolom konten teks seperti body dan documentStyle pada Document.
Saat True: Konten dokumen diisi di kolom Document.tabs, bukan kolom konten teks di Document.
Saat False: Konten tab pertama dokumen mengisi kolom konten di Document, tidak termasuk Document.tabs. Jika dokumen hanya memiliki satu tab, tab tersebut akan digunakan untuk mengisi konten dokumen. Document.tabs akan kosong.
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance Document.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]