Method: enterprises.webApps.get
אחזור של אפליקציית אינטרנט.
בקשת HTTP
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/webApps/*}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
השם של אפליקציית האינטרנט בפורמט enterprises/{enterpriseId}/webApp/{packageName} .
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של WebApp
.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/androidmanagement
מידע נוסף זמין בOAuth 2.0 Overview.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-01-29 (שעון UTC).
[null,null,["עדכון אחרון: 2025-01-29 (שעון UTC)."],[[["Retrieves a specific web app's details using its enterprise and package name."],["Requires providing the web app's name using the format `enterprises/{enterpriseId}/webApps/{packageName}` as a path parameter."],["The request body should be empty, and a successful response returns a `WebApp` object containing the app's details."],["Authorization requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope."]]],["The core content describes retrieving a web app via a `GET` HTTP request to a specific URL using gRPC Transcoding syntax. The URL requires a `name` path parameter, representing the web app's identifier. The request body must be empty. A successful response returns a `WebApp` instance. Access requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope for authorization. A \"Try it!\" section for testing the endpoint is included.\n"]]