Method: edits.testers.get
אחזור בודקים. הערה: המשאב למפתחים לא תומך ברשימות אימייל.
בקשת HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
packageName |
string
שם החבילה של האפליקציה.
|
editId |
string
המזהה של העריכה.
|
track |
string
הטראק שרוצים לקרוא ממנו.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של Testers
.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/androidpublisher
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-18 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-18 (שעון UTC)."],[[["Retrieves a list of testers for a specific track within a given app edit."],["Requires the package name, edit ID, and track name as path parameters."],["The request body should be empty, and the response includes a \"Testers\" object if successful."],["Authorization is necessary using the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document details retrieving testers via an HTTP GET request. The core action is retrieving testers from a specified track. Key information includes the base URL, `https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}`, and three required path parameters: `packageName`, `editId`, and `track`. The request body must be empty, and a successful response returns a `Testers` instance. Authorization requires the `androidpublisher` OAuth scope. The document also mentions that the tester resource does not support email list.\n"]]