Method: reviews.list
HTTP 请求
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews
网址采用 gRPC 转码语法。
路径参数
参数 |
packageName |
string
应用的软件包名称。
|
查询参数
参数 |
token |
string
分页令牌。如果为空,则列表从第一条评价开始。
|
startIndex |
integer (uint32 format)
要返回的第一个元素的索引。
|
maxResults |
integer (uint32 format)
列出操作应返回的结果数。
|
translationLanguage |
string
语言本地化代码。
|
响应正文
回复商家信息评价。
如果成功,响应正文将包含结构如下的数据:
字段 |
reviews[] |
object (Review )
reviews.list of reviews。
|
tokenPagination |
object (TokenPagination )
分页令牌,用于处理一个页面以上的多个商品。
|
pageInfo |
object (PageInfo )
当前页面的相关信息。
|
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/androidpublisher
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["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"]]