Method: edits.tracks.list
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
Kennung der Änderung.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Antwort mit allen Titeln.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
JSON-Darstellung |
{
"kind": string,
"tracks": [
{
object (Track )
}
]
} |
Felder |
kind |
string
Die Art dieser Antwort („androidpublisher#tracksListResponse“).
|
tracks[] |
object (Track )
Alle Titel (einschließlich Titel 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: 2024-12-17 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-12-17 (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"]]