AI-generated Key Takeaways
-
This document provides information about retrieving a Floodlight group using the Display & Video 360 API v1, which has been sunset.
-
The HTTP request to get a Floodlight group uses the GET method and a specific URL structure.
-
Path parameters include the required
floodlightGroupId
to identify the Floodlight group to be fetched. -
Query parameters include the required
partnerId
for accessing the Floodlight group within the context of a specific partner. -
A successful response contains an instance of a FloodlightGroup object.
- 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/v1/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.