Method: enterprises.applications.get
Bir uygulama hakkında bilgi alır.
HTTP isteği
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/applications/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
enterprises/{enterpriseId}/applications/{packageName} biçiminde uygulamanın adı.
|
Sorgu parametreleri
Parametreler |
languageCode |
string
Yerelleştirilmiş uygulama bilgileri için tercih edilen dil (BCP47 etiketi olarak) (ör. "en-US", "de"). Belirtilmezse uygulamanın varsayılan dili kullanılır.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, Application
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/androidmanagement
Daha fazla bilgi için OAuth 2.0 Overview sayfasına bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-02-19 UTC.
[null,null,["Son güncelleme tarihi: 2025-02-19 UTC."],[[["Retrieves information about a specific Android application within an enterprise."],["Requires the application's name in the request path, specifying the enterprise and package name."],["Optionally accepts a language code for localized information."],["Requires authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."],["Returns an `Application` object containing the application's details upon successful request."]]],["This document details retrieving application information via a `GET` request to a specific URL. The URL uses gRPC Transcoding syntax and requires a `name` path parameter specifying the application's identifier. An optional `languageCode` query parameter allows for localized application info. The request body must be empty. A successful response returns an `Application` object, and the process requires OAuth 2.0 authorization with the `androidmanagement` scope. There is a Try it button that likely lets the user test the API.\n"]]