Method: edits.countryavailability.get
Получает доступность по стране.
HTTP-запрос
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/countryAvailability/{track}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
package Name | string Имя пакета приложения. |
edit Id | string Идентификатор редактирования. |
track | string Дорожка для чтения. |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит экземпляр TrackCountryAvailability
.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/androidpublisher
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-12-18 UTC.
[null,null,["Последнее обновление: 2024-12-18 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."]]],["The API retrieves country availability for an Android app. It uses a `GET` request to a specific URL that includes the app's package name, edit ID, and track. No request body is needed. The response, upon success, is a `TrackCountryAvailability` instance. Access requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The request's URL utilizes gRPC Transcoding syntax, and the URL includes specific path parameters like the `packageName`, `editId`, and `track`.\n"]]