Google Business Performance API, tek bir API isteğinde birden fazla "GünlükMetrik" getirmeye olanak tanıyan
YENİ bir API yöntemine sahiptir.
Kullanımdan kaldırma planını ve v4 reportInsights API yönteminden Google Business Profile Performance API'ye geçiş talimatlarını inceleyin.
Method: accounts.locations.reviews.get
Belirtilen incelemeyi döndürür. Bu işlem yalnızca belirtilen konum doğrulandığında geçerlidir. Yorum mevcut değilse veya silinmişse NOT_FOUND
değerini döndürür.
HTTP isteği
GET https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/reviews/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Getirilecek incelemenin adı.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, Review
öğesinin bir örneğini içerir.
Yetkilendirme Kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
Daha fazla bilgi için OAuth 2.0'a Genel Bakış başlıklı makaleye bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-12-02 UTC.
[null,null,["Son güncelleme tarihi: 2023-12-02 UTC."],[[["Retrieves a specific review for a verified location using a `GET` request."],["Requires providing the review's name as a path parameter in the URL."],["Returns the review details in the response body if found, otherwise returns a `NOT_FOUND` error."],["Needs authorization with specific OAuth scopes for access."]]],["This describes retrieving a specific review via a `GET` request to a defined URL. The URL utilizes gRPC Transcoding syntax and requires a `name` path parameter, which is a string identifying the review. The request body must be empty. A successful request returns a `Review` instance in the response body. Access requires one of two specified OAuth authorization scopes. The operation is only possible if the location has been verified, if not it will return a not found response.\n"]]