Method: edits.apks.list
Listet alle aktuellen APKs der App auf und ermöglicht die Bearbeitung.
HTTP-Anfrage
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks
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 APKs
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
JSON-Darstellung |
{
"kind": string,
"apks": [
{
object (Apk )
}
]
} |
Felder |
kind |
string
Die Art dieser Antwort („androidpublisher#apksListResponse“).
|
apks[] |
object (Apk )
Alle APKs.
|
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 current APKs for a specific app edit and allows for modifications."],["Utilizes an HTTP GET request with path parameters for package name and edit ID."],["Requires an empty request body and returns a JSON response containing APK details."],["Authentication is necessary using the `https://www.googleapis.com/auth/androidpublisher` OAuth scope."]]],["This document details retrieving an app's APKs via an HTTP GET request to a specific URL, including necessary `packageName` and `editId` path parameters. The request body must be empty. A successful response includes a JSON structure with a `kind` field and an `apks` array, containing all APKs. This action needs the `https://www.googleapis.com/auth/androidpublisher` authorization scope. The URL follows gRPC Transcoding syntax, allowing for a listing of all current APKs.\n"]]