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 authorization with the https://www.googleapis.com/auth/authorized-buyers-marketplace scope.
Uses a GET request to the endpoint https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*}/proposals, with the parent specified as a path parameter.
Response includes a list of proposals and a nextPageToken for pagination.
[[["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 describes how to list proposals via an API. It uses a `GET` request to `https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*}/proposals`, where `parent` specifies the buyer's account. Optional query parameters `filter`, `pageSize`, and `pageToken` are available. The request body should be empty. The response is a JSON containing an array of `proposals` and a `nextPageToken` for pagination. Authorization requires the `authorized-buyers-marketplace` OAuth scope.\n"]]