Method: presentations.pages.get
آخرین نسخه صفحه مشخص شده در ارائه را دریافت می کند.
درخواست HTTP
GET https://slides.googleapis.com/v1/presentations/{presentationId}/pages/{pageObjectId}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
مولفه های |
---|
presentationId | string شناسه ارائه برای بازیابی. |
pageObjectId | string شناسه شی صفحه برای بازیابی. |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه ای از Page
است.
محدوده مجوز
به یکی از حوزه های OAuth زیر نیاز دارد:
-
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
برای اطلاعات بیشتر، به راهنمای مجوز مراجعه کنید.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی."],[[["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"]]