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/v1/{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-06-12 UTC."],[],["This content outlines the process of listing deals within a proposal via an HTTP GET request. The request requires a `parent` path parameter specifying the proposal and optional `pageSize` and `pageToken` query parameters for pagination. The request body must be empty. The response includes a list of deals and a `nextPageToken` for subsequent pages. Accessing this resource requires the `https://www.googleapis.com/auth/authorized-buyers-marketplace` OAuth scope. The resource only retrieves all deals, regardless of their state.\n"]]