Method: reviews.get
Nhận được một bài đánh giá.
Yêu cầu HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews/{reviewId}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Các tham số |
packageName |
string
Tên gói của ứng dụng.
|
reviewId |
string
Giá trị nhận dạng duy nhất của một bài đánh giá.
|
Tham số truy vấn
Các tham số |
translationLanguage |
string
Mã bản địa hoá ngôn ngữ.
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của Review
.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/androidpublisher
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-22 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-22 UTC."],[[["Retrieves detailed information about a specific app review using its unique identifier and package name."],["Allows for specifying the language for localization of the review content."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope for access."],["The response provides a comprehensive `Review` object containing all the review details."]]],["This document details how to retrieve a single review using a GET request. The request URL structure includes the app's `packageName` and the `reviewId` as path parameters. Optionally, a `translationLanguage` can be provided as a query parameter. The request body must be empty. A successful response returns a `Review` instance. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The described URL follows gRPC Transcoding syntax.\n"]]