AI-generated Key Takeaways
- 
          This document details how to get a Floodlight group using a GET HTTP request. 
- 
          The request requires a specific floodlightGroupIdin the path parameters.
- 
          Accessing the Floodlight group also requires a partnerIdas a query parameter.
- 
          A successful response will contain an instance of a FloodlightGroup in the response body. 
- 
          Authorization is required via the https://www.googleapis.com/auth/display-videoOAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Gets a Floodlight group.
HTTP request
GET https://displayvideo.googleapis.com/v4/floodlightGroups/{floodlightGroupId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| floodlightGroupId | 
 Required. The ID of the Floodlight group to fetch. | 
Query parameters
| Parameters | |
|---|---|
| partnerId | 
 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.