Method: apprecovery.list
特定のパッケージ名とアプリ バージョンに関連付けられている、すべてのアプリ復元アクション リソースのリストを作成します。
HTTP リクエスト
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/appRecoveries
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
必須。復元アクションのリストをリクエストするアプリのパッケージ名。
|
クエリ パラメータ
パラメータ |
versionCode |
string (int64 format)
必須。復元アクションのリストの対象となるバージョン コード。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
apprecovery.list のレスポンス メッセージ。-- api-linter: core::0158::response-next-page-token-field=disabled
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
フィールド |
recoveryActions[] |
object (AppRecoveryAction )
リクエストされたパッケージ名に関連付けられた復元アクションのリスト。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-17 UTC。
[null,null,["最終更新日 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"]]