Page Summary
-
This page details how to retrieve information about a specific reference conflict using the YouTube Partner API.
-
The
GETrequest to retrieve a reference conflict uses a URL structure that includes areferenceConflictIdas a path parameter. -
An optional
onBehalfOfContentOwnerquery parameter allows specifying the content owner when the user's account is linked to multiple owners. -
The request body for this operation must be empty, and successful requests return a
ReferenceConflictresource. -
Accessing this resource requires the
https://www.googleapis.com/auth/youtubepartnerauthorization scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Retrieves information about the specified reference conflict.
HTTP request
GET https://youtubepartner.googleapis.com/youtube/partner/v1/referenceConflicts/{referenceConflictId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
referenceConflictId |
The |
Query parameters
| Parameters | |
|---|---|
onBehalfOfContentOwner |
The |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ReferenceConflict.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview.