Method: floodlightGroups.get

  • Display & Video 360 API v3 has sunset and users should transition to v4.

  • This page provides details on how to use a GET request to retrieve a Floodlight group using v3 of the Display & Video 360 API.

  • The request requires a floodlightGroupId as a path parameter and a partnerId as a query parameter.

  • The response body will contain a FloodlightGroup instance if successful.

  • The request requires the https://www.googleapis.com/auth/display-video authorization scope.

Gets a Floodlight group.

HTTP request

GET https://displayvideo.googleapis.com/v3/floodlightGroups/{floodlightGroupId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
floodlightGroupId

string (int64 format)

Required. The ID of the Floodlight group to fetch.

Query parameters

Parameters
partnerId

string (int64 format)

Required. The partner context by which the Floodlight group is being accessed.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of FloodlightGroup.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/display-video

For more information, see the OAuth 2.0 Overview.