AI-generated Key Takeaways
-
This document outlines how to get a specific Floodlight group using the Display & Video 360 API.
-
The request is made via an HTTP GET method to a URL that includes the specific
floodlightGroupIdas a path parameter. -
The request requires a
partnerIdas a query parameter to provide the necessary partner context. -
The request body must be empty.
-
A successful response returns a
FloodlightGroupobject and requires thehttps://www.googleapis.com/auth/display-videoOAuth scope for authorization.
Gets a Floodlight group.
HTTP request
GET https://displayvideo.googleapis.com/v1beta2/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.