Method: curators.curatedPackages.list

Lists curated packages owned by the specified curator.

HTTP request

GET https://authorizedbuyersmarketplace.googleapis.com/v1beta/{parent=curators/*}/curatedPackages

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent curator account which owns this collection of curated packages. Format: curators/{accountId}

Query parameters

Parameters
pageSize

integer

Optional. Requested page size. The server may return fewer results than requested. Max allowed page size is 500. If unspecified, the server will default to 500.

pageToken

string

Optional. A page token, received from a previous curatedPackages.list call. Provide this to retrieve the subsequent page.

filter

string

Optional. Optional query string using the Cloud API list filtering syntax. Supported columns for filtering are:

  • displayName
  • createTime
  • updateTime
  • state
  • feeCpm.currencyCode
  • feeCpm.units
  • feeCpm.nanos
  • floorPriceCpm.currencyCode
  • floorPriceCpm.units
  • floorPriceCpm.nanos

Request body

The request body must be empty.

Response body

Response message for curatedPackages.list.

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

JSON representation
{
  "curatedPackages": [
    {
      object (CuratedPackage)
    }
  ],
  "nextPageToken": string
}
Fields
curatedPackages[]

object (CuratedPackage)

The list of curated packages.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListCuratedPackagesRequest.pageToken field in the subsequent call to curatedPackages.list method to retrieve the next page of results. If empty, then there are no more results.

Authorization scopes

Requires the following OAuth scope:

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