Method: apprecovery.appRecoveries
Stay organized with collections
Save and categorize content based on your preferences.
List all app recovery action resources associated with a particular package name and app version.
HTTP request
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/appRecoveries
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
packageName |
string
Required. Package name of the app for which list of recovery actions is requested.
|
Query parameters
Parameters |
versionCode |
string (int64 format)
Required. Version code targeted by the list of recovery actions.
|
Request body
The request body must be empty.
Response body
Response message for apprecovery.appRecoveries. -- api-linter: core::0158::response-next-page-token-field=disabled
If successful, the response body contains data with the following structure:
Fields |
recoveryActions[] |
object (AppRecoveryAction )
List of recovery actions associated with the requested package name.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["Retrieve all app recovery actions for a specific package name and app version using a POST request."],["Specify the package name as a path parameter and the version code as a query parameter."],["The response body contains a list of AppRecoveryAction objects representing the recovery actions."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This content outlines retrieving app recovery actions for a specific Android application. A `POST` request is sent to the specified URL, including the `packageName` as a path parameter and the `versionCode` as a query parameter. The request body is empty. The response, if successful, contains a JSON structure with a list of `recoveryActions`, which are objects related to the requested app version. Authorization requires the `androidpublisher` OAuth scope.\n"]]