Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Method: claims.get
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
HTTP 请求
GET https://youtubepartner.googleapis.com/youtube/partner/v1/claims/{claimId}
网址采用 gRPC 转码语法。
路径参数
| 参数 |
claimId |
string
claimId 参数指定要检索的声明的声明 ID。
|
查询参数
| 参数 |
onBehalfOfContentOwner |
string
onBehalfOfContentOwner 参数用于标识用户代表的具体内容所有者。此参数适用于账号与多个内容所有者相关联的用户。
|
响应正文
如果成功,则响应正文包含一个 Claim 实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/youtubepartner
如需了解详情,请参阅 OAuth 2.0 Overview。
保留所有权利。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-21。"],[],["This document outlines the process of retrieving a specific claim by its ID using a `GET` HTTP request to the provided URL. The `claimId` is a required path parameter, specifying the target claim. An optional `onBehalfOfContentOwner` query parameter allows users to act on behalf of a content owner. The request body must be empty, and a successful response returns a `Claim` object. The process requires `https://www.googleapis.com/auth/youtubepartner` authorization scope.\n"]]