Method: reviews.get
HTTP リクエスト
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews/{reviewId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
アプリのパッケージ名。
|
reviewId |
string
レビューの一意の識別子。
|
クエリ パラメータ
パラメータ |
translationLanguage |
string
言語ローカライズ コード。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Review
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["Retrieves detailed information about a specific app review using its unique identifier and package name."],["Allows for specifying the language for localization of the review content."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope for access."],["The response provides a comprehensive `Review` object containing all the review details."]]],["This document details how to retrieve a single review using a GET request. The request URL structure includes the app's `packageName` and the `reviewId` as path parameters. Optionally, a `translationLanguage` can be provided as a query parameter. The request body must be empty. A successful response returns a `Review` instance. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The described URL follows gRPC Transcoding syntax.\n"]]