Method: enterprises.webApps.get
Ruft eine Webanwendung ab.
HTTP-Anfrage
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/webApps/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Der Name der Webanwendung im Format enterprises/{enterpriseId}/webApp/{packageName} .
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von WebApp
.
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-01-29 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-01-29 (UTC)."],[[["Retrieves a specific web app's details using its enterprise and package name."],["Requires providing the web app's name using the format `enterprises/{enterpriseId}/webApps/{packageName}` as a path parameter."],["The request body should be empty, and a successful response returns a `WebApp` object containing the app's details."],["Authorization requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope."]]],["The core content describes retrieving a web app via a `GET` HTTP request to a specific URL using gRPC Transcoding syntax. The URL requires a `name` path parameter, representing the web app's identifier. The request body must be empty. A successful response returns a `WebApp` instance. Access requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope for authorization. A \"Try it!\" section for testing the endpoint is included.\n"]]