Method: apprecovery.list
Listet alle Ressourcen für die App-Wiederherstellungsaktion auf, die mit einem bestimmten Paketnamen und einer bestimmten App-Version verknüpft sind.
HTTP-Anfrage
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/appRecoveries
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
packageName |
string
Erforderlich. Paketname der App, für die die Liste der Wiederherstellungsaktionen angefordert wird.
|
Abfrageparameter
Parameter |
versionCode |
string (int64 format)
Erforderlich. Versionscode, auf den die Liste der Wiederherstellungsaktionen ausgerichtet ist.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Antwortnachricht für apprecovery.list -- api-linter: core::0158::response-next-page-token-field=disabled
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
Felder |
recoveryActions[] |
object (AppRecoveryAction )
Liste der Wiederherstellungsaktionen, die mit dem angeforderten Paketnamen verknüpft sind.
|
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)."],[[["This document details how to list app recovery action resources associated with a specific package name and app version using the Android Publisher API."],["The request is made using an HTTP GET method to a specified URL with required path and query parameters, including package name and version code."],["The response, upon successful execution, provides a JSON formatted list of app recovery actions linked to the requested package name."],["To authorize this request, you will need the `https://www.googleapis.com/auth/androidpublisher` OAuth scope."]]],["This outlines retrieving app recovery actions for a specific Android app. The core action is a `GET` request to `https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/appRecoveries`. This call requires the `packageName` as a path parameter and the `versionCode` as a query parameter. An empty request body is sent. The response body returns a list of `recoveryActions` associated with the specified package and version, in a JSON array. The request requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope.\n"]]