Method: reviews.get
Permintaan HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews/{reviewId}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
packageName |
string
Nama paket aplikasi.
|
reviewId |
string
ID unik untuk ulasan.
|
Parameter kueri
Parameter |
translationLanguage |
string
Kode pelokalan bahasa.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons akan berisi instance Review
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut ini:
https://www.googleapis.com/auth/androidpublisher
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-22 UTC.
[null,null,["Terakhir diperbarui pada 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"]]