Method: edits.countryavailability.get
HTTP リクエスト
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/countryAvailability/{track}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
アプリのパッケージ名。
|
editId |
string
編集の識別子。
|
track |
string
読み取り元のトラック。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には TrackCountryAvailability
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["This document details the process and requirements for retrieving country availability for a specific app track using the Google Play Developer API."],["The request is a standard HTTP GET request with path parameters for package name, edit ID, and the desired track."],["An empty request body is required, and the response, if successful, will contain the country availability data for the specified track."],["Users need to authorize access with the `https://www.googleapis.com/auth/androidpublisher` OAuth scope to use this functionality."]]],[]]