ListChannelsResponse

  • Display & Video 360 API v3 has sunset and users should use v4 instead.

  • The JSON representation for the List Channels Response includes a list of channels and a nextPageToken.

  • The channels field is a list of Channel objects and will be absent if empty.

  • The nextPageToken field is a string used to retrieve the next page of results in subsequent calls to the ListChannels method.

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.

Create a Mobile Website
View Site in Mobile | Classic
Share by: