- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the proposal containing the deals to retrieve. Format: buyers/{accountId}/proposals/{proposalId} |
Query parameters
Parameters | |
---|---|
pageSize |
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 |
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:
JSON representation |
---|
{
"deals": [
{
object ( |
Fields | |
---|---|
deals[] |
The list of deals. |
nextPageToken |
Token to fetch the next page of results. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/authorized-buyers-marketplace