[[["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-18 UTC."],[[["Retrieves the most recent revision of a proposal using its resource name."],["Requires authorization with the `https://www.googleapis.com/auth/authorized-buyers-marketplace` scope."],["Uses a `GET` request to the specified URL with the proposal's name as a path parameter."],["Returns a `Proposal` object in the response body if successful."],["The request body must be empty."]]],["This document details retrieving a proposal via its resource name. A `GET` request is sent to a specific URL (`https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{name=buyers/*/proposals/*}`) utilizing gRPC Transcoding. The `name` path parameter, a string specifying the proposal's resource name (`buyers/{accountId}/proposals/{proposalId}`), is mandatory. The request body must be empty. A successful request returns a `Proposal` object in the response body. The OAuth scope `https://www.googleapis.com/auth/authorized-buyers-marketplace` is required for authorization.\n"]]