Method: reviews.list
คำขอ HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews
URL ใช้ไวยากรณ์การแปลง 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 )
โทเค็นการใส่เลขหน้า เพื่อรองรับผลิตภัณฑ์จำนวนมากที่มีมากกว่า 1 หน้า
|
pageInfo |
object (PageInfo )
ข้อมูลเกี่ยวกับหน้าปัจจุบัน
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/androidpublisher
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-27 UTC
[null,null,["อัปเดตล่าสุด 2024-08-27 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"]]