Method: accounts.finalizedProposals.list
Stay organized with collections
Save and categorize content based on your preferences.
List finalized proposals, regardless if a proposal is being renegotiated. A filter expression (PQL query) may be specified to filter the results. The notes will not be returned.
HTTP request
GET https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/finalizedProposals
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
accountId |
string
Account ID of the buyer.
|
Query parameters
Parameters |
filter |
string
An optional PQL filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered.
|
pageSize |
integer
Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
|
pageToken |
string
The page token as returned from ListProposalsResponse.
|
filterSyntax |
enum (FilterSyntax )
Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListProposalsResponse
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adexchange.buyer
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis page details the process for listing finalized proposals, allowing you to filter results using PQL queries.\u003c/p\u003e\n"],["\u003cp\u003eThe API endpoint is \u003ccode\u003eGET https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/finalizedProposals\u003c/code\u003e and uses gRPC Transcoding.\u003c/p\u003e\n"],["\u003cp\u003eYou can customize your request with path and query parameters like \u003ccode\u003eaccountId\u003c/code\u003e, \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003efilterSyntax\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo use this feature, ensure you have the \u003ccode\u003ehttps://www.googleapis.com/auth/adexchange.buyer\u003c/code\u003e authorization scope.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.finalizedProposals.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList finalized proposals, regardless if a proposal is being renegotiated. A filter expression (PQL query) may be specified to filter the results. The notes will not be returned.\n\n### HTTP request\n\n`GET https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/finalizedProposals`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------|-----------------------------------|\n| `accountId` | `string` Account ID of the buyer. |\n\n### Query parameters\n\n| Parameters ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `filter` | `string` An optional PQL filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered. |\n| `pageSize` | `integer` Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |\n| `pageToken` | `string` The page token as returned from ListProposalsResponse. |\n| `filterSyntax` | `enum (`[FilterSyntax](/authorized-buyers/apis/reference/rest/v2beta1/FilterSyntax)`)` Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListProposalsResponse](/authorized-buyers/apis/reference/rest/v2beta1/ListProposalsResponse).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adexchange.buyer`"]]