- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all reviews.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
Query parameters
Parameters | |
---|---|
token |
Pagination token. If empty, list starts at the first review. |
startIndex |
The index of the first element to return. |
maxResults |
How many results the list operation should return. |
translationLanguage |
Language localization code. |
Request body
The request body must be empty.
Response body
Response listing reviews.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "reviews": [ { object ( |
Fields | |
---|---|
reviews[] |
reviews.list of reviews. |
tokenPagination |
Pagination token, to handle a number of products that is over one page. |
pageInfo |
Information about the current page. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher