Method: buyers.auctionPackages.list

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

string

Required. Name of the parent buyer that can access the auction package. Format: buyers/{accountId}

Query parameters

Parameters
pageSize

integer

Requested page size. The server may return fewer results than requested. Max allowed page size is 500.

pageToken

string

The page token as returned. ListAuctionPackagesResponse.nextPageToken

Request body

The request body must be empty.

Response body

Response message for listing auction packages.

If successful, the response body contains data with the following structure:

JSON representation
{
  "auctionPackages": [
    {
      object (AuctionPackage)
    }
  ],
  "nextPageToken": string
}
Fields
auctionPackages[]

object (AuctionPackage)

The list of auction packages.

nextPageToken

string

Continuation token for fetching the next page of results. Pass this value in the ListAuctionPackagesRequest.pageToken field in the subsequent call to the auctionPackages.list method to retrieve the next page of results.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/authorized-buyers-marketplace