AI-generated Key Takeaways
-
This page describes how to get information about an application using an HTTP GET request.
-
The request requires a
name
path parameter specifying the application in the formatenterprises/{enterpriseId}/applications/{packageName}
. -
An optional
languageCode
query parameter can be used to specify the preferred language for localized application information. -
The request body must be empty, and a successful response body contains an instance of the
Application
resource. -
Authorization requires the
https://www.googleapis.com/auth/androidmanagement
OAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Gets info about an application.
HTTP request
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/applications/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
The name of the application in the form |
Query parameters
Parameters | |
---|---|
languageCode |
The preferred language for localized application info, as a BCP47 tag (e.g. "en-US", "de"). If not specified the default language of the application will be used. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Application
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidmanagement
For more information, see the OAuth 2.0 Overview.