Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Lists proposals, allowing filtering by displayName, dealType, updateTime, and state using Cloud API list filtering syntax.
Requires GET request to https://authorizedbuyersmarketplace.googleapis.com/v1/{parent=buyers/*}/proposals with parent in the format buyers/{accountId}.
Response includes a list of proposals and a continuation token for fetching subsequent pages.
Requires authorization with the https://www.googleapis.com/auth/authorized-buyers-marketplace scope.
[[["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 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"]]