Retrieves a list of all metadata provided for an asset, regardless of which content owner provided the data.
HTTP request
GET https://youtubepartner.googleapis.com/youtube/partner/v1/metadataHistory
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
assetId |
The |
onBehalfOfContentOwner |
The |
Request body
The request body must be empty.
Response body
A list of metadata history resources associated with an asset.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"items": [
{
object ( |
Fields | |
---|---|
kind |
The type of the API response. For this operation, the value is |
items[] |
A list of metadata history ( |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview.