Method: edits.bundles.list
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Listet alle aktuellen Android App Bundles der App auf und bearbeitet sie.
HTTP-Anfrage
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles
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 App Bundles aufgelistet sind.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
JSON-Darstellung |
{
"kind": string,
"bundles": [
{
object (Bundle )
}
]
} |
Felder |
kind |
string
Die Art der Antwort ("androidpublisher#bundlesListResponse").
|
bundles[] |
object (Bundle )
Alle App Bundles.
|
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).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eLists and allows modification of current Android App Bundles for a specific app.\u003c/p\u003e\n"],["\u003cp\u003eEmploys an HTTP GET request with path parameters for package name and edit ID.\u003c/p\u003e\n"],["\u003cp\u003eReturns a JSON response containing details of all app bundles associated with the app and edit.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidpublisher\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["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"],null,["# Method: edits.bundles.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.BundlesListResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists all current Android App Bundles of the app and edit.\n\n### HTTP request\n\n`GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|---------------|-----------------------------------|\n| `packageName` | `string` Package name of the app. |\n| `editId` | `string` Identifier of the edit. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse listing all app bundles.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"bundles\": [ { object (/android-publisher/api-ref/rest/v3/edits.bundles#Bundle) } ] } ``` |\n\n| Fields ||\n|-------------|-------------------------------------------------------------------------------------------------|\n| `kind` | `string` The kind of this response (\"androidpublisher#bundlesListResponse\"). |\n| `bundles[]` | `object (`[Bundle](/android-publisher/api-ref/rest/v3/edits.bundles#Bundle)`)` All app bundles. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`"]]