REST Resource: ownershipHistory
Stay organized with collections
Save and categorize content based on your preferences.
Resource: RightsOwnershipHistory
This resource represents a set of ownership data provided for an asset.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThis resource, RightsOwnershipHistory, details ownership data for an asset.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation provides fields for \u003ccode\u003eownership\u003c/code\u003e, \u003ccode\u003eorigination\u003c/code\u003e, \u003ccode\u003etimeProvided\u003c/code\u003e, and \u003ccode\u003ekind\u003c/code\u003e, each serving to define various attributes of the ownership data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eownership\u003c/code\u003e field contains the actual ownership data, while \u003ccode\u003eorigination\u003c/code\u003e describes the metadata source.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elist\u003c/code\u003e method allows retrieval of all ownership data for an asset, irrespective of the content owner who provided it.\u003c/p\u003e\n"]]],["The `RightsOwnershipHistory` resource details ownership data for an asset. It includes an `ownership` object with ownership information, an `origination` object describing the metadata source, `timeProvided` indicating when the data was supplied, and `kind` specifying the resource type. The provided JSON schema demonstrates these fields. The `list` method retrieves all ownership data for a given asset, from any contributing content owner.\n"],null,["# REST Resource: ownershipHistory\n\n- [Resource: RightsOwnershipHistory](#RightsOwnershipHistory)\n - [JSON representation](#RightsOwnershipHistory.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: RightsOwnershipHistory\n--------------------------------\n\nThis resource represents a set of ownership data provided for an asset.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"ownership\": { object (/youtube/partner/reference/rest/v1/ownership#RightsOwnership) }, \"origination\": { object (/youtube/partner/reference/rest/v1/Origination) }, \"timeProvided\": string, \"kind\": string } ``` |\n\n| Fields ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ownership` | `object (`[RightsOwnership](/youtube/partner/reference/rest/v1/ownership#RightsOwnership)`)` The `ownership` object contains the ownership data provided by the specified source (`origination`) at the specified time (`timeProvided`). |\n| `origination` | `object (`[Origination](/youtube/partner/reference/rest/v1/Origination)`)` The `origination` object contains information that describes the metadata source. |\n| `timeProvided` | `string` The time that the ownership data was provided. |\n| `kind` | `string` The type of the API resource. For ownership history resources, the value is `youtubePartner#rightsOwnershipHistory`. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|\n| ### [list](/youtube/partner/reference/rest/v1/ownershipHistory/list) | Retrieves a list of the ownership data for an asset, regardless of which content owner provided the data. |"]]