Method: reviews.list
HTTP リクエスト
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
アプリのパッケージ名。
|
クエリ パラメータ
パラメータ |
token |
string
ページネーション トークン。空の場合、リストは最初のレビューから開始されます。
|
startIndex |
integer (uint32 format)
返される最初の要素のインデックス。
|
maxResults |
integer (uint32 format)
一覧表示オペレーションで返される結果の数。
|
translationLanguage |
string
言語ローカライズ コード。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
クチコミを一覧表示したレスポンス。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
フィールド |
reviews[] |
object (Review )
「reviews.list」が表示されます。
|
tokenPagination |
object (TokenPagination )
ページネーション トークン。1 ページを超える複数の商品を処理します。
|
pageInfo |
object (PageInfo )
現在のページに関する情報。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-28 UTC。
[null,null,["最終更新日 2024-08-28 UTC。"],[[["This endpoint lists all reviews for a specified Android application package."],["It supports pagination using `token`, `startIndex`, and `maxResults` query parameters."],["The response includes a list of reviews, pagination information, and the next page token."],["Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope."]]],["This API retrieves a list of reviews for an app using a `GET` request to a specified URL, including the `packageName` as a path parameter. Optional query parameters include `token` for pagination, `startIndex`, `maxResults`, and `translationLanguage`. The request body must be empty. The successful response is a JSON object containing a `reviews` array, `tokenPagination` data, and `pageInfo`. This operation requires the `https://www.googleapis.com/auth/androidpublisher` authorization scope.\n"]]