- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List the auction packages subscribed by a buyer and its clients.
HTTP request
GET https://authorizedbuyersmarketplace.googleapis.com/v1/{parent=buyers/*}/auctionPackages
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the parent buyer that can access the auction package. Format: |
Query parameters
Parameters | |
---|---|
pageSize |
Requested page size. The server may return fewer results than requested. Max allowed page size is 500. |
pageToken |
The page token as returned. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for listing auction packages.
JSON representation |
---|
{
"auctionPackages": [
{
object ( |
Fields | |
---|---|
auctionPackages[] |
The list of auction packages. |
nextPageToken |
Continuation token for fetching the next page of results. Pass this value in the |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/authorized-buyers-marketplace