Method: monetization.subscriptions.basePlans.offers.get
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
בקשת HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}
בכתובת ה-URL נעשה שימוש בתחביר המרת gRPC.
פרמטרים של נתיב
פרמטרים |
packageName |
string
חובה. האפליקציה הראשית (שם החבילה) של המבצע שמקבלים.
|
productId |
string
חובה. מינוי ההורה (מזהה) של המבצע לקבל.
|
basePlanId |
string
חובה. המינוי הבסיסי (ID) שמוגדר כהורה של המבצע.
|
offerId |
string
חובה. מזהה המבצע הייחודי של המבצע.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התגובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכלול מופע של SubscriptionOffer
.
היקפי הרשאות
נדרש היקף OAuth הבא:
https://www.googleapis.com/auth/androidpublisher
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["Retrieves details of a specific subscription offer within a base plan."],["Requires providing package name, product ID, base plan ID, and offer ID as path parameters."],["An empty request body is necessary, and the response provides a `SubscriptionOffer` object."],["Utilizes the `https://www.googleapis.com/auth/androidpublisher` authorization scope for access."]]],["This document outlines the process to retrieve a single subscription offer via a `GET` HTTP request. The request URL includes four required path parameters: `packageName`, `productId`, `basePlanId`, and `offerId`. The request body must be empty. A successful request returns a `SubscriptionOffer` instance in the response body. Access requires authorization using the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The resource uses gRPC Transcoding syntax.\n"]]