Method: monetization.subscriptions.basePlans.offers.get
HTTP リクエスト
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
必須。取得する特典の親アプリ(パッケージ名)。
|
productId |
string
必須。取得する特典の親定期購入(ID)。
|
basePlanId |
string
必須。取得する特典の親基本プラン(ID)。
|
offerId |
string
必須。取得する特典の一意の特典 ID。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には SubscriptionOffer
のインスタンスが含まれます。
認可スコープ
次の 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。"],[[["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"]]