Method: edits.tracks.list
طلب HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
packageName |
string
اسم حزمة التطبيق
|
editId |
string
معرّف التعديل
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
استجابة تعرض جميع القنوات
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
تمثيل JSON |
{
"kind": string,
"tracks": [
{
object (Track )
}
]
} |
الحقول |
kind |
string
نوع هذا الردّ ("androidpublisher#tracksListResponse").
|
tracks[] |
object (Track )
جميع الأغاني (بما في ذلك الأغاني التي لم يتم إصدارها)
|
نطاقات التفويض
يجب توفير نطاق 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 all tracks, including those without releases, for a specific app and edit using an HTTP GET request."],["Requires providing the package name and edit ID as path parameters in the request URL."],["The request body should be empty, and the response will contain a JSON object listing all tracks."],["Authorization is necessary using the `https://www.googleapis.com/auth/androidpublisher` OAuth scope."]]],["This document outlines the process of listing all tracks for an Android app using the Android Publisher API. It involves a `GET` HTTP request to a specified URL, including `packageName` and `editId` as path parameters. The request body must be empty. A successful response returns a JSON object containing a `kind` field and an array of `tracks`, detailing all tracks associated with the app, requiring `androidpublisher` authorization scope.\n"]]