AI-generated Key Takeaways
- 
          Display & Video 360 API v3 has sunset and users should use v4 instead. 
- 
          The HTTP request to get a Floodlight activity uses a GET method with specific path and query parameters. 
- 
          The request body for getting a Floodlight activity must be empty. 
- 
          A successful response for getting a Floodlight activity returns an instance of FloodlightActivity. 
- 
          This action requires authorization with 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 activity.
HTTP request
GET https://displayvideo.googleapis.com/v3/floodlightGroups/{floodlightGroupId}/floodlightActivities/{floodlightActivityId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| floodlightGroupId | 
 Required. The ID of the parent Floodlight group to which the requested Floodlight activity belongs. | 
| floodlightActivityId | 
 Required. The ID of the Floodlight activity to fetch. | 
Query parameters
| Parameters | |
|---|---|
| partnerId | 
 Required. The ID of the partner through which the Floodlight activity is being accessed. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of FloodlightActivity.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/display-video
For more information, see the OAuth 2.0 Overview.