Page Summary
-
Retrieving app permission details requires authorization using the
https://www.googleapis.com/auth/androidenterprisescope. -
The request uses an HTTP GET method to the specified API endpoint, including the permission ID as a path parameter and an optional language query parameter.
-
A request body should not be supplied with this method.
-
A successful response returns a Permissions resource containing the details of the Android app permission.
Retrieves details of an Android app permission for display to an enterprise admin.
Request
HTTP request
GET https://www.googleapis.com/androidenterprise/v1/permissions/ permissionId
Parameters
language
string
Authorization
This request requires authorization with the following scope:
| Scope |
|---|
https://www.googleapis.com/auth/androidenterprise
|
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a Permissions resource in the response body.

