Returns a list of reviews. Only reviews from last week will be returned.
Request
HTTP request
GET https://www.googleapis.com/androidpublisher/v3/applications/packageName/reviews
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
packageName |
string |
Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame". |
Optional query parameters | ||
maxResults |
unsigned integer |
|
startIndex |
unsigned integer |
|
token |
string |
|
translationLanguage |
string |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "pageInfo": { "totalResults": integer, "resultPerPage": integer, "startIndex": integer }, "tokenPagination": { "nextPageToken": string, "previousPageToken": string }, "reviews": [ reviews Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
pageInfo |
nested object |
||
pageInfo.totalResults |
integer |
||
pageInfo.resultPerPage |
integer |
||
pageInfo.startIndex |
integer |
||
tokenPagination |
nested object |
||
tokenPagination.nextPageToken |
string |
||
tokenPagination.previousPageToken |
string |
||
reviews[] |
list |