获取演示文稿中指定页面的最新版本。
HTTP 请求
GET https://slides.googleapis.com/v1/presentations/{presentationId}/pages/{pageObjectId}
网址采用 gRPC 转码语法。
路径参数
| 参数 | |
|---|---|
presentationId |
要检索的演示文稿的 ID。 |
pageObjectId |
要检索的页面的对象 ID。 |
查询参数
| 参数 | |
|---|---|
commentsViewMode |
要应用于页面的评论视图模式。这样一来,您就可以查看省略或包含评论的页面。如果未指定,则使用 |
请求正文
请求正文必须为空。
响应正文
如果成功,则响应正文包含一个 Page 实例。
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/drivehttps://www.googleapis.com/auth/drive.filehttps://www.googleapis.com/auth/drive.readonlyhttps://www.googleapis.com/auth/presentationshttps://www.googleapis.com/auth/presentations.readonly
如需了解详情,请参阅授权指南。