חשוב: אנחנו לא מקבלים יותר רישומים חדשים עבור Play EMM API.
מידע נוסף
Permissions: get
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אחזור פרטים של הרשאה לאפליקציה ל-Android לצורך הצגה לאדמין בארגון.
בקשה
בקשת HTTP
GET https://www.googleapis.com/androidenterprise/v1/permissions/permissionId
פרמטרים
שם הפרמטר |
ערך |
תיאור |
פרמטרים של נתיב |
permissionId |
string |
מזהה ההרשאה.
|
פרמטרים אופציונליים של שאילתה |
language |
string |
תג BCP47 לשפה המועדפת של המשתמש (למשל: en-US, de)
|
אישור
הבקשה הזו מחייבת הרשאה עם ההיקף הבא:
היקף |
https://www.googleapis.com/auth/androidenterprise |
מידע נוסף זמין בדף אימות והרשאה.
גוף הבקשה
אל תספקו גוף בקשה בשיטה הזו.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eRetrieves details of an Android app permission for display to an enterprise admin, requiring authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidenterprise\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using an HTTP GET method to the URL \u003ccode\u003ehttps://www.googleapis.com/androidenterprise/v1/permissions/permissionId\u003c/code\u003e, with the \u003ccode\u003epermissionId\u003c/code\u003e specified as a path parameter and an optional \u003ccode\u003elanguage\u003c/code\u003e query parameter.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns a Permissions resource, providing details of the requested permission.\u003c/p\u003e\n"]]],[],null,["# Permissions: get\n\n| **Note:** Requires [authorization](#auth).\n\nRetrieves details of an Android app permission for display to an enterprise admin.\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/androidenterprise/v1/permissions/permissionId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|----------|----------------------------------------------------------------------|\n| **Path parameters** |||\n| `permissionId` | `string` | The ID of the permission. |\n| **Optional query parameters** |||\n| `language` | `string` | The BCP47 tag for the user's preferred language (e.g. \"en-US\", \"de\") |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidenterprise` |\n\nFor more information, see the [authentication and authorization](/android/work/play/emm-api/v1/how-tos/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a [Permissions resource](/android/work/play/emm-api/v1/permissions#resource) in the response body."]]