Method: enterprises.applications.get
Ruft Informationen zu einer Anwendung ab.
HTTP-Anfrage
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/applications/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Der Name der Anwendung im Format enterprises/{enterpriseId}/applications/{packageName} .
|
Abfrageparameter
Parameter |
languageCode |
string
Die bevorzugte Sprache für lokalisierte App-Informationen als BCP47-Tag (z.B. „en-US“, „de“). Wenn keine Angabe erfolgt, wird die Standardsprache der Anwendung verwendet.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Application
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/androidmanagement
Weitere Informationen finden Sie unter OAuth 2.0 Overview.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-19 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]