获取指定文档的最新版本。
HTTP 请求
GET https://docs.googleapis.com/v1/documents/{documentId}
网址采用 gRPC 转码语法。
路径参数
参数 | |
---|---|
document |
要检索的文档的 ID。 |
查询参数
参数 | |
---|---|
suggestions |
要应用于文档的建议视图模式。这样,您就可以在文档中查看所有建议(已接受或已拒绝)。如果未指定,则系统会使用 |
include |
是否在
|
请求正文
请求正文必须为空。
响应正文
如果成功,则响应正文包含一个 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
如需了解详情,请参阅授权指南。