Method: apprecovery.appRecoveries

  • This page details how to list all app recovery action resources for a specific package name and app version using a POST request.

  • The request requires both a package name as a path parameter and a version code as a query parameter.

  • The request body for this operation must be empty.

  • The response body contains a list of recovery actions in JSON format.

  • The operation requires the https://www.googleapis.com/auth/androidpublisher authorization scope.

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:

JSON representation
{
  "recoveryActions": [
    {
      object (AppRecoveryAction)
    }
  ]
}
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