Method: accounts.languages.productCertifications.list
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Enumera las certificaciones de productos de un organismo de certificación especificado.
Solo los organismos de certificación pueden llamar a este método.
Solicitud HTTP
GET https://manufacturers.googleapis.com/v1/{parent=accounts/*/languages/*}/productCertifications
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de ruta de acceso
Parámetros |
parent |
string
Es obligatorio. Es el elemento superior, que es propietario de esta colección de certificaciones de productos. Formato: accounts/{account}/languages/{language_code}
|
Parámetros de consulta
Parámetros |
pageSize |
integer
Opcional. Es la cantidad máxima de certificaciones de productos que se devolverán. El servicio puede mostrar menos que este valor. Si no se especifica, se devolverán, como máximo, 50 certificaciones de productos. El valor máximo es 1,000; valores superiores a 1,000 se convertirán en 1,000.
|
pageToken |
string
Opcional. Un token de página, recibido desde una llamada productCertifications.list anterior. Proporciona esto para recuperar la página siguiente. Cuando se pagina, todos los demás parámetros proporcionados a productCertifications.list deben coincidir con la llamada que proporcionó el token de la página. Se requiere si se solicita la segunda página o una posterior.
|
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Es la respuesta del método productCertifications.list.
Si se ejecuta correctamente, el cuerpo de la respuesta contendrá datos con la siguiente estructura:
Representación JSON |
{
"productCertifications": [
{
object (ProductCertification )
}
],
"nextPageToken": string
} |
Campos |
productCertifications[] |
object (ProductCertification )
Son las certificaciones de productos del organismo de certificación especificado.
|
nextPageToken |
string
Un token, que se puede enviar como pageToken para recuperar la página siguiente. Si se omite este campo, no habrá páginas siguientes.
|
Alcances de autorización
Requiere el siguiente permiso de OAuth:
https://www.googleapis.com/auth/manufacturercenter
Para obtener más información, consulta OAuth 2.0 Overview.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-08-17 (UTC)
[null,null,["Última actualización: 2025-08-17 (UTC)"],[[["\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)."]]