Method: edits.bundles.list
تعرض هذه الصفحة جميع حِزم تطبيق Android الحالية للتطبيق والتعديل.
طلب HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
packageName |
string
اسم حزمة التطبيق
|
editId |
string
معرّف التعديل
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
استجابة تسرد جميع حِزم التطبيقات
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
تمثيل JSON |
{
"kind": string,
"bundles": [
{
object (Bundle )
}
]
} |
الحقول |
kind |
string
نوع هذا الردّ ("androidpublisher#bundlesListResponse").
|
bundles[] |
object (Bundle )
جميع حِزم التطبيقات
|
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/androidpublisher
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-12-17 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-12-17 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Lists and allows modification of current Android App Bundles for a specific app."],["Employs an HTTP GET request with path parameters for package name and edit ID."],["Returns a JSON response containing details of all app bundles associated with the app and edit."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document details retrieving Android App Bundles for a specific app. A `GET` HTTP request is sent to the provided URL, including the `packageName` and `editId` as path parameters. The request body must be empty. A successful response contains a JSON object with a `kind` field and an array of `bundles`, detailing each app bundle. The process requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization.\n"]]