Method: accounts.languages.productCertifications.list
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wyświetla listę certyfikatów produktów wydanych przez określony organ certyfikujący.
Ta metoda może być wywoływana tylko przez jednostki certyfikujące.
Żądanie HTTP
GET https://manufacturers.googleapis.com/v1/{parent=accounts/*/languages/*}/productCertifications
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
parent |
string
Wymagany. Element nadrzędny, do którego należy ta kolekcja certyfikatów produktów. Format: accounts/{account}/languages/{language_code}
|
Parametry zapytania
Parametry |
pageSize |
integer
Opcjonalnie. Maksymalna liczba certyfikatów produktów do zwrócenia. Usługa może zwrócić mniej niż ta wartość. Jeśli nie podano tego argumentu, zwracanych jest maksymalnie 50 certyfikatów produktów. Maksymalna wartość to 1000. Wartości powyżej 1000 zostaną przekształcone w 1000.
|
pageToken |
string
Opcjonalnie. Token strony otrzymany z poprzedniego wywołania productCertifications.list . Podaj ten token, aby pobrać kolejną stronę. Podczas paginacji wszystkie inne parametry przekazane do funkcji productCertifications.list muszą być zgodne z wywołaniem, które dostarczyło token strony. Wymagany, jeśli żądasz drugiej lub kolejnej strony.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
Odpowiedź na wywołanie metody productCertifications.list.
W przypadku powodzenia treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"productCertifications": [
{
object (ProductCertification )
}
],
"nextPageToken": string
} |
Pola |
productCertifications[] |
object (ProductCertification )
Certyfikaty produktów wydane przez określony organ certyfikacji.
|
nextPageToken |
string
Token, który można wysłać jako pageToken , aby pobrać następną stronę. Jeśli pominiesz to pole, nie będzie kolejnych stron.
|
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/manufacturercenter
Więcej informacji znajdziesz w sekcji OAuth 2.0 Overview.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-17 UTC.
[null,null,["Ostatnia aktualizacja: 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)."]]