Method: floodlightGroups.get

  • This page provides documentation for the Display & Video 360 API v2 method to get a Floodlight group.

  • The HTTP request for getting a Floodlight group is a GET request to https://displayvideo.googleapis.com/v2/floodlightGroups/{floodlightGroupId}.

  • The required path parameter is floodlightGroupId, and the required query parameter is partnerId.

  • The request body must be empty, and a successful response body contains a FloodlightGroup instance.

  • The authorization scope required is https://www.googleapis.com/auth/display-video.

Gets a Floodlight group.

HTTP request

GET https://displayvideo.googleapis.com/v2/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.