Important: We are no longer accepting new registrations for the Play EMM API.
Learn more.
Permissions: get
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
Parameter name |
Value |
Description |
Path parameters |
permissionId |
string |
The ID of the permission.
|
Optional query parameters |
language |
string |
The BCP47 tag for the user's preferred language (e.g. "en-US", "de")
|
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["Retrieves details of an Android app permission for display to an enterprise admin, requiring authorization with the `https://www.googleapis.com/auth/androidenterprise` scope."],["The request is made using an HTTP GET method to the URL `https://www.googleapis.com/androidenterprise/v1/permissions/permissionId`, with the `permissionId` specified as a path parameter and an optional `language` query parameter."],["A successful response returns a Permissions resource, providing details of the requested permission."]]],[]]