Method: apprecovery.list
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
특정 패키지 이름 및 앱 버전과 연결된 모든 앱 복구 작업 리소스를 나열합니다.
HTTP 요청
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/appRecoveries
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
packageName |
string
필수 항목입니다. 복구 작업 목록이 요청된 앱의 패키지 이름입니다.
|
쿼리 매개변수
매개변수 |
versionCode |
string (int64 format)
필수 항목입니다. 복구 작업 목록에서 타겟팅하는 버전 코드입니다.
|
응답 본문
apprecovery.list의 응답 메시지입니다. -- api-linter: core::0158::response-next-page-token-field=hidden
성공할 경우 응답 본문에 다음 구조의 데이터가 포함됩니다.
필드 |
recoveryActions[] |
object (AppRecoveryAction )
요청된 패키지 이름과 연결된 복구 작업 목록입니다.
|
승인 범위
다음 OAuth 범위가 필요합니다.
https://www.googleapis.com/auth/androidpublisher
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eThis document details how to list app recovery action resources associated with a specific package name and app version using the Android Publisher API.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using an HTTP GET method to a specified URL with required path and query parameters, including package name and version code.\u003c/p\u003e\n"],["\u003cp\u003eThe response, upon successful execution, provides a JSON formatted list of app recovery actions linked to the requested package name.\u003c/p\u003e\n"],["\u003cp\u003eTo authorize this request, you will need the \u003ccode\u003ehttps://www.googleapis.com/auth/androidpublisher\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["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"],null,["# Method: apprecovery.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListAppRecoveriesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList all app recovery action resources associated with a particular package name and app version.\n\n### HTTP request\n\n`GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/appRecoveries`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|---------------|---------------------------------------------------------------------------------------------|\n| `packageName` | `string` Required. Package name of the app for which list of recovery actions is requested. |\n\n### Query parameters\n\n| Parameters ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `versionCode` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. Version code targeted by the list of recovery actions. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for apprecovery.list. -- api-linter: core::0158::response-next-page-token-field=disabled\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------|\n| ``` { \"recoveryActions\": [ { object (/android-publisher/api-ref/rest/v3/AppRecoveryAction) } ] } ``` |\n\n| Fields ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `recoveryActions[]` | `object (`[AppRecoveryAction](/android-publisher/api-ref/rest/v3/AppRecoveryAction)`)` List of recovery actions associated with the requested package name. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`"]]