- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists product certifications from a specified certification body.
This method can only be called by certification bodies.
HTTP request
GET https://manufacturers.googleapis.com/v1/{parent=accounts/*/languages/*}/productCertifications
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which owns this collection of product certifications. Format: accounts/{account}/languages/{language_code} |
Query parameters
Parameters | |
---|---|
pageSize |
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. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to Required if requesting the second or higher page. |
Request body
The request body must be empty.
Response body
Response for productCertifications.list method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"productCertifications": [
{
object ( |
Fields | |
---|---|
productCertifications[] |
The product certifications from the specified certification body. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/manufacturercenter
For more information, see the OAuth 2.0 Overview.