Method: apprecovery.appRecoveries
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הצגת רשימה של כל המשאבים של פעולות לשחזור האפליקציה שמשויכים לשם חבילה ולגרסת אפליקציה מסוימת.
בקשת HTTP
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/appRecoveries
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
packageName |
string
חובה. שם החבילה של האפליקציה שעבורה התבקשת רשימה של פעולות שחזור.
|
פרמטרים של שאילתה
פרמטרים |
versionCode |
string (int64 format)
חובה. קוד הגרסה של רשימת פעולות השחזור מטרגט.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
הודעת תגובה לגבי apprecovery.appRecoveries. - api-linter: Core::0158::response-next-page-token-field=disabled
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:
שדות |
recoveryActions[] |
object (AppRecoveryAction )
רשימה של פעולות שחזור המשויכות לשם החבילה המבוקש.
|
היקפי ההרשאות
נדרש היקף ההרשאות הבא של OAuth:
https://www.googleapis.com/auth/androidpublisher
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-26 (שעון 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"]]