Lists all deals in a proposal. To retrieve only the finalized revision deals regardless if a deal is being renegotiated, see the FinalizedDeals resource.
HTTP request
GET https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*/proposals/*}/deals
Required. The name of the proposal containing the deals to retrieve. Format: buyers/{accountId}/proposals/{proposalId}
Query parameters
Parameters
pageSize
integer
Requested page size. The server may return fewer results than requested. If requested more than 500, the server will return 500 results per page. If unspecified, the server will pick a default page size of 100.
pageToken
string
The page token as returned from ListDealsResponse.
Request body
The request body must be empty.
Response body
Response message for listing deals in a proposal.
If successful, the response body contains data with the following structure:
[[["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 2025-01-06 UTC."],[[["Lists all deals within a given proposal, allowing retrieval of both finalized and renegotiated deals."],["Enables pagination to retrieve large datasets of deals, offering control over the number of results per page through `pageSize`."],["Provides programmatic access via HTTP GET request, utilizing gRPC Transcoding for efficient communication."],["Requires authorization using the `https://www.googleapis.com/auth/authorized-buyers-marketplace` OAuth scope for security."],["Returns a JSON response containing a list of deals and a token for retrieving subsequent pages, if available."]]],["This resource outlines the process for listing deals within a proposal via an HTTP GET request. The endpoint, `https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*/proposals/*}/deals`, uses the `parent` path parameter to specify the proposal. Optional query parameters, `pageSize` and `pageToken`, allow pagination of results. The request body must be empty. The response body, in JSON format, contains an array of `deals` and a `nextPageToken` for subsequent pages. The request requires the `authorized-buyers-marketplace` authorization scope.\n"]]