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. |