Method: videoFormats.get

  • This API endpoint allows you to retrieve details for a specific video format using its ID.

  • The request is made using a GET HTTP method to a URL that includes the user profile ID and the video format ID as path parameters.

  • The request body must be empty, and a successful response will contain a VideoFormat object.

  • Accessing this endpoint requires authorization with the https://www.googleapis.com/auth/dfatrafficking OAuth scope.

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

string (int64 format)

User profile ID associated with this request.

id

integer

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