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
[[["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."],[[["\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`"]]