[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 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"]]