Method: accounts.languages.productCertifications.list
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
列出指定认证机构的商品认证。
此方法只能由认证机构调用。
HTTP 请求
GET https://manufacturers.googleapis.com/v1/{parent=accounts/*/languages/*}/productCertifications
网址采用 gRPC 转码语法。
路径参数
参数 |
parent |
string
必需。拥有相应商品认证集合的父级。格式:accounts/{account}/languages/{language_code}
|
查询参数
参数 |
pageSize |
integer
可选。要返回的产品认证数量上限。服务返回的值可能小于此值。如果未指定,则最多返回 50 个商品认证。最大值为 1,000;大于 1,000 的值将被强制转换为 1,000。
|
pageToken |
string
可选。从之前的 productCertifications.list 调用接收的页面令牌。利用其进行后续页面检索。 进行分页时,提供给 productCertifications.list 的所有其他参数必须与提供页面令牌的调用匹配。 如果请求的是第二页或更高页,则为必需。
|
响应正文
针对 productCertifications.list 方法的响应。
如果成功,响应正文将包含结构如下的数据:
JSON 表示法 |
{
"productCertifications": [
{
object (ProductCertification )
}
],
"nextPageToken": string
} |
字段 |
productCertifications[] |
object (ProductCertification )
指定认证机构提供的商品认证。
|
nextPageToken |
string
可作为 pageToken 发送并用于检索下一页的令牌。如果省略此字段,则不存在后续页面。
|
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/manufacturercenter
如需了解详情,请参阅 OAuth 2.0 Overview。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-17。
[null,null,["最后更新时间 (UTC):2025-08-17。"],[[["\u003cp\u003eLists product certifications from a specified certification body, accessible only by certification bodies.\u003c/p\u003e\n"],["\u003cp\u003eUses a GET request to retrieve certifications, with optional parameters for pagination and result limits.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/manufacturercenter\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eResponse includes a list of product certifications and a token for accessing subsequent pages, if available.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.languages.productCertifications.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListProductCertificationsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists product certifications from a specified certification body.\n\nThis method can only be called by certification bodies.\n\n### HTTP request\n\n`GET https://manufacturers.googleapis.com/v1/{parent=accounts/*/languages/*}/productCertifications`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent, which owns this collection of product certifications. Format: accounts/{account}/languages/{language_code} |\n\n### Query parameters\n\n| Parameters ||\n|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Optional. The maximum number of product certifications to return. The service may return fewer than this value. If unspecified, at most 50 product certifications will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |\n| `pageToken` | `string` Optional. A page token, received from a previous `productCertifications.list` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `productCertifications.list` must match the call that provided the page token. Required if requesting the second or higher page. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse for productCertifications.list method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"productCertifications\": [ { object (/manufacturers/reference/rest/v1/accounts.languages.productCertifications#ProductCertification) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `productCertifications[]` | `object (`[ProductCertification](/manufacturers/reference/rest/v1/accounts.languages.productCertifications#ProductCertification)`)` The product certifications from the specified certification body. |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/manufacturercenter`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]