Method: edits.testers.get
الحصول على مختبِرين ملاحظة: لا تتيح ميزة "موارد المختبِرين" استخدام قوائم عناوين البريد الإلكتروني.
طلب HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}
يستخدِم عنوان URL بنية تحويل ترميز 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 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-12-18 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]