AI-generated Key Takeaways
-
Retrieves a specific video format using its ID and the associated user profile ID.
-
The request is made using an HTTP GET method to a defined endpoint with necessary path parameters.
-
Requires authorization with the
dfatrafficking
scope for accessing and retrieving video format data. -
The response provides details of the requested video format if successful.
Gets one video format by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/videoFormats/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
id |
Video format ID. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of VideoFormat
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking