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 של ביקורות.
|
tokenPagination |
object (TokenPagination )
אסימון עימוד שמשמש לטיפול בכמה מוצרים שמופיעים בדף אחד.
|
pageInfo |
object (PageInfo )
מידע על הדף הנוכחי.
|
היקפי ההרשאות
נדרש היקף ההרשאות הבא של OAuth:
https://www.googleapis.com/auth/androidpublisher
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]