ListChannelsResponse

  • Display & Video 360 API v2 is no longer available and has been replaced with a newer version.

  • The provided documentation showcases the JSON representation for listing channels using the API.

  • The response includes an array of channels and a token for retrieving subsequent pages of results.

JSON representation
{
  "channels": [
    {
      object (Channel)
    }
  ],
  "nextPageToken": string
}
Fields
channels[]

object (Channel)

The list of channels.

This list will be absent if empty.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the pageToken field in the subsequent call to ListChannels method to retrieve the next page of results.