Page Summary
-
claimHistoryresources detail the lifecycle of a claim, including events like creation, updates, disputes, and closure. -
Each
claimEventresource represents a specific occurrence in a claim's history, including details like the event time, type, reason, and source. -
The
Sourceresource specifies information related to the origin of aclaimEvent, including the event source type, user email, and content owner ID. -
The
TypeDetailsresource provides specifics about the event's type, such as the dispute reason, update status, dispute notes, or appeal explanations. -
The
getmethod within theclaimHistoryallows retrieving the full history for a specified claim.
Resource: ClaimHistory
A claimHistory
resource identifies the set of events that describe a claim's life cycle, such as the claim being created, updated, disputed, or closed.
| JSON representation |
|---|
{
"kind"
:
string
,
"event"
:
[
{
object (
|
| Fields | |
|---|---|
kind
|
The type of the API resource. For |
event[]
|
A list of claim history events. |
id
|
The ID that YouTube assigns and uses to uniquely identify the claim. |
uploaderChannelId
|
The external channel id of claimed video's uploader. |
ClaimEvent
A claimEvent
resource represents a single event in claim's life cycle.
| JSON representation |
|---|
{ "time" : string , "kind" : string , "type" : string , "reason" : string , "source" : { object ( |
| Fields | |
|---|---|
time
|
The time when the event occurred. |
kind
|
The type of the API resource. For |
type
|
Type of the event. |
reason
|
Reason of the event. |
source
|
Data related to source of the event. |
typeDetails
|
Details of event's type. |
Source
Claim source
| JSON representation |
|---|
{ "type" : string , "userEmail" : string , "contentOwnerId" : string } |
| Fields | |
|---|---|
type
|
Type of the event source. |
userEmail
|
Email of user who initiated the event. |
contentOwnerId
|
Id of content owner that initiated the event. |
TypeDetails
Details of event's type.
| JSON representation |
|---|
{ "disputeReason" : string , "updateStatus" : string , "disputeNotes" : string , "appealExplanation" : string } |
| Fields | |
|---|---|
disputeReason
|
Dispute reason for |
updateStatus
|
Status that was a result of update for |
disputeNotes
|
Dispute notes for |
appealExplanation
|
Appeal explanations for |
Methods |
|
|---|---|
|
Retrieves the claim history for a specified claim. |

