Method: reviews.list
HTTP অনুরোধ
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
package Name | string অ্যাপের প্যাকেজের নাম। |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
token | string পেজিনেশন টোকেন। যদি খালি থাকে, তালিকাটি প্রথম পর্যালোচনা থেকে শুরু হয়। |
start Index | integer ( uint32 format) প্রথম উপাদানের সূচী যা ফেরত দিতে হবে। |
max Results | integer ( uint32 format) তালিকা অপারেশন কত ফলাফল ফিরে আসা উচিত. |
translation Language | string ভাষা স্থানীয়করণ কোড। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
প্রতিক্রিয়া তালিকা পর্যালোচনা.
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
ক্ষেত্র |
---|
reviews[] | object ( Review ) পর্যালোচনার তালিকা। |
token Pagination | object ( TokenPagination ) পেজিনেশন টোকেন, এক পৃষ্ঠার বেশি পণ্যের সংখ্যা পরিচালনা করতে। |
page Info | object ( PageInfo ) বর্তমান পৃষ্ঠা সম্পর্কে তথ্য. |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/androidpublisher
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-12-18 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-12-18 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"]]