Method: edits.listings.list
ローカライズされたストアの掲載情報をすべて表示します。
HTTP リクエスト
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
アプリのパッケージ名。
|
editId |
string
編集の ID。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
ローカライズされたすべてのリスティングを一覧表示したレスポンス。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
{
"kind": string,
"listings": [
{
object (Listing )
}
]
} |
フィールド |
kind |
string
このレスポンスの種類(「androidpublisher#listingsListResponse」)。
|
listings[] |
object (Listing )
ローカライズされたすべての掲載情報。
|
認可スコープ
次の 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。"],[[["Retrieves all localized store listings for a specific app and edit using an HTTP GET request."],["Requires providing the package name and edit ID as path parameters in the URL."],["The response includes a list of localized listings in JSON format, each containing details about the store listing."],["Utilizes the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization."]]],["This document outlines the process for retrieving localized store listings via the Android Publisher API. A `GET` request is made to a specific URL, incorporating the app's package name and edit ID as path parameters. The request body must be empty. A successful response returns a JSON object containing a list of localized listings, each with its data structure, and the type of response. The operation requires `https://www.googleapis.com/auth/androidpublisher` authorization scope.\n"]]