AI-generated Key Takeaways
-
The GET request for a web app uses the URL
https://androidmanagement.googleapis.com/v1/{name=enterprises/*/webApps/*}
with gRPC Transcoding syntax. -
The required path parameter is
name
, specifying the web app in the formatenterprises/{enterpriseId}/webApps/{packageName}
. -
The request body should be empty for this GET request.
-
A successful response contains an instance of a WebApp object in the response body.
-
This request requires the OAuth scope
https://www.googleapis.com/auth/androidmanagement
for authorization.
Gets a web app.
HTTP request
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/webApps/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
The name of the web app in the form |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of WebApp
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidmanagement
For more information, see the OAuth 2.0 Overview.