ListSitesResponse

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

  • The ListSitesResponse provides a JSON representation of the response message for SiteService.ListSites.

  • The JSON representation includes a list of sites and a token to retrieve the next page of results.

Response message for SiteService.ListSites.

JSON representation
{
  "sites": [
    {
      object (Site)
    }
  ],
  "nextPageToken": string
}
Fields
sites[]

object (Site)

The list of sites.

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 ListSites method to retrieve the next page of results.