Method: floodlightGroups.get
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Retrieves a Floodlight group using its ID and partner context through an HTTP GET request."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["The request URL includes `floodlightGroupId` as a path parameter and `partnerId` as a query parameter."],["Response contains details of the specified Floodlight group if successful."],["The request body should be empty."]]],["This document details how to retrieve a Floodlight group using a GET request. The HTTP request URL uses gRPC Transcoding syntax and requires a `floodlightGroupId` as a path parameter. It also needs a `partnerId` as a query parameter. The request body must be empty. A successful request returns a FloodlightGroup instance in the response body. This action requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization.\n"]]