accounts
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.
get/v2beta1/accounts/{accountId}/finalizedProposals
Path parameters
accountIdstring required
Account ID of the buyer.
Query parameters
filterstring
An optional PQL filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered.
filterSyntax'FILTER_SYNTAX_UNSPECIFIED' | 'PQL' | 'LIST_FILTER'
Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.
pageSizeinteger
Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
pageTokenstring
The page token as returned from ListProposalsResponse.
Response
Successful response