Method: edits.tracks.list
Mit Sammlungen den Überblick behalten Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
HTTP-Anfrage
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
packageName | string Paketname der App |
editId | string Die ID der Änderung. |
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Antwort, in der alle Tracks aufgelistet sind.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
JSON-Darstellung |
{ "kind": string, "tracks": [ { object (Track ) } ] } |
Felder |
kind | string Die Art der Antwort ("androidpublisher#tracksListResponse"). |
tracks[] | object (Track ) Alle Tracks (auch Tracks ohne Releases) |
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/androidpublisher
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["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"]]