The suggestions view mode to apply to the document. This allows viewing the document with all suggestions inline, accepted or rejected. If one is not specified, DEFAULT_FOR_CURRENT_ACCESS is used.
includeTabsContent
boolean
Whether to populate the Document.tabs field instead of the text content fields like body and documentStyle on Document.
When True: Document content populates in the Document.tabs field instead of the text content fields in Document.
When False: The content of the document's first tab populates the content fields in Document excluding Document.tabs. If a document has only one tab, then that tab is used to populate the document content. Document.tabs will be empty.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Document.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-18 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."]]],[]]