[[["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."],[[["\u003cp\u003eLists proposals, allowing filtering by displayName, dealType, updateTime, and state using Cloud API list filtering syntax.\u003c/p\u003e\n"],["\u003cp\u003eRequires \u003ccode\u003eGET\u003c/code\u003e request to \u003ccode\u003ehttps://authorizedbuyersmarketplace.googleapis.com/v1/{parent=buyers/*}/proposals\u003c/code\u003e with parent in the format \u003ccode\u003ebuyers/{accountId}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eResponse includes a list of proposals and a continuation token for fetching subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/authorized-buyers-marketplace\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This content outlines the process of listing proposals via an HTTP GET request to `https://authorizedbuyersmarketplace.googleapis.com/v1/{parent=buyers/*}/proposals`. Key actions include defining the `parent` path parameter (buyer account ID) and optional query parameters like `filter`, `pageSize`, and `pageToken` for result management. The request body must be empty. A successful response includes an array of `proposals` and a `nextPageToken` for pagination. Authorization requires the `authorized-buyers-marketplace` OAuth scope.\n"],null,["# Method: buyers.proposals.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 - [JSON representation](#body.ListProposalsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists proposals. A filter expression using [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) may be specified to filter the results.\n\n### HTTP request\n\n`GET https://authorizedbuyersmarketplace.googleapis.com/v1/{parent=buyers/*}/proposals`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. Parent that owns the collection of proposals Format: `buyers/{accountId}` |\n\n### Query parameters\n\n| Parameters ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `filter` | `string` Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Supported columns for filtering are: - displayName - dealType - updateTime - state |\n| `pageSize` | `integer` Requested page size. The server may return fewer results than requested. If unspecified, the server will put a size of 500. |\n| `pageToken` | `string` The page token as returned from ListProposalsResponse. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for listing proposals.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"proposals\": [ { object (/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.proposals#Proposal) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `proposals[]` | `object (`[Proposal](/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.proposals#Proposal)`)` The list of proposals. |\n| `nextPageToken` | `string` Continuation token for fetching the next page of results. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/authorized-buyers-marketplace`"]]