Method: presentations.pages.get
Lấy phiên bản mới nhất của trang được chỉ định trong bản trình bày.
Yêu cầu HTTP
GET https://slides.googleapis.com/v1/presentations/{presentationId}/pages/{pageObjectId}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Tham số |
presentationId |
string
Mã của bản trình bày cần truy xuất.
|
pageObjectId |
string
Mã đối tượng của trang cần truy xuất.
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của Page
.
Phạm vi uỷ quyền
Yêu cầu một trong các phạm vi OAuth sau đây:
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/drive.readonly
https://www.googleapis.com/auth/presentations
https://www.googleapis.com/auth/presentations.readonly
Để biết thêm thông tin, hãy xem bài viết Hướng dẫn uỷ quyền.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-05 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-09-05 UTC."],[[["Retrieves the most recent version of a specific page within a presentation using a GET request."],["Requires providing the presentation ID and page object ID as path parameters in the request URL."],["Returns a `Page` object in the response body if the request is successful."],["Needs authorization with specific OAuth scopes like `drive`, `presentations`, or their readonly counterparts."]]],["The core action is to retrieve the latest version of a specified page within a presentation using a GET request. The request URL requires two path parameters: `presentationId` and `pageObjectId`. The request body must be empty. Successful requests return a `Page` instance in the response body. Authorization requires one of five specified OAuth scopes, related to drive or presentation access and read-only or write. The url follows the gRPC Transcoding syntax.\n"]]