Method: accounts.languages.productCertifications.get
製品認証を名前で取得します。
このメソッドは、認証機関のみが呼び出すことができます。
HTTP リクエスト
GET https://manufacturers.googleapis.com/v1/{name=accounts/*/languages/*/productCertifications/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。取得する商品認証の名前。形式: accounts/{account}/languages/{language_code}/productCertifications/{id}
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には ProductCertification
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/manufacturercenter
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-09 UTC。
[null,null,["最終更新日 2024-07-09 UTC。"],[[["Retrieves a specific product certification using its unique name, accessible through a designated URL path."],["Only certification bodies with proper authorization can utilize this method to fetch product certifications."],["The request should be made using an HTTP GET request with an empty body and includes path parameters for identifying the target product certification."],["Successful responses return a ProductCertification object containing details about the requested certification."],["Requires `https://www.googleapis.com/auth/manufacturercenter` OAuth scope for authorization."]]],[]]