GetDocumentContent
Extract the text from a document.
Input
| Name | Type | Description |
| Id | String | The ID of the Google Doc to retrieve the text. |
| SuggestionsViewMode | String | Specifies how suggestions are displayed in the document. Options include viewing all suggestions inline, only accepted suggestions, or only rejected suggestions. If not set, DEFAULT_FOR_CURRENT_ACCESS is used.
The allowed values are DEFAULT_FOR_CURRENT_ACCESS, SUGGESTIONS_INLINE, PREVIEW_SUGGESTIONS_ACCEPTED, PREVIEW_WITHOUT_SUGGESTIONS. |
| IncludeTabsContent | Boolean | Indicates whether to include the content of tabbed sections in the document response. Set to true to include tab content, false to exclude. |
Result Set Columns
| Name | Type | Description |
| Content | String | The content of the Google Doc in Json format. |
| Success | Boolean | If the value is 'true', the operation was successful. |