Method: documents.get

获取指定文档的最新版本。

HTTP 请求

GET https://docs.googleapis.com/v1/documents/{documentId}

网址采用 gRPC 转码语法。

路径参数

参数
documentId

string

要检索的文档的 ID。

查询参数

参数
suggestionsViewMode

enum (SuggestionsViewMode)

要应用于文档的建议视图模式。选择该选项后,您就可以查看文档,其中包含内嵌、已接受或已拒绝的所有建议。如果未指定,则系统会使用 DEFAULT_FOR_CURRENT_ACCESS

includeTabsContent

boolean

是否填充 Document.tabs 字段,而不是 Document 上的 bodydocumentStyle 等文本内容字段。

  • True 时:文档内容会填充到 Document.tabs 字段,而不是 Document 中的文本内容字段。

  • 如果为 False:文档的第一个标签页的内容会填充 Document 中的内容字段(Document.tabs 除外)。如果文档只有一个标签页,则使用该标签页来填充文档内容。“Document.tabs”将为空。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 Document 实例。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/documents
  • https://www.googleapis.com/auth/documents.readonly
  • https://www.googleapis.com/auth/drive
  • https://www.googleapis.com/auth/drive.readonly
  • https://www.googleapis.com/auth/drive.file

有关详情,请参阅授权指南