Method: accounts.languages.productCertifications.list
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפעולה מחזירה רשימה של אישורי מוצרים מגוף מאשר ספציפי.
רק גופי הסמכה יכולים לקרוא לשיטה הזו.
בקשת HTTP
GET https://manufacturers.googleapis.com/v1/{parent=accounts/*/languages/*}/productCertifications
כתובת ה-URL משתמשת בתחביר של gRPC Transcoding.
פרמטרים של נתיב
פרמטרים |
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.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-17 (שעון UTC).
[null,null,["עדכון אחרון: 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)."]]