Method: customers.apps.chrome.get
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wybierz konkretną aplikację dla klienta na podstawie nazwy zasobu.
Żądanie HTTP
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/apps/chrome/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
To pole jest wymagane. Aplikacja, o której szczegóły są wysyłane. Przykłady: „customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2” dla rozszerzenia do Chrome Zapisz na Dysku Google w wersji 2.1.2, „customers/my_customer/apps/android/com.google.android.apps.docs” dla najnowszej wersji aplikacji Dysk Google na Androida.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu AppDetails
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/chrome.management.appdetails.readonly
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eRetrieve detailed information about a specific customer's app using its resource name.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ehttps://www.googleapis.com/auth/chrome.management.appdetails.readonly\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes a \u003ccode\u003eGET\u003c/code\u003e request with the app's resource name specified in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eRequest body should be empty, and a successful response returns an \u003ccode\u003eAppDetails\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eExamples of resource names include formats for Chrome extensions (like "customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2") and Android apps (like "customers/my_customer/apps/android/com.google.android.apps.docs").\u003c/p\u003e\n"]]],[],null,["# Method: customers.apps.chrome.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGet a specific app for a customer by its resource name.\n\n### HTTP request\n\n`GET https://chromemanagement.googleapis.com/v1/{name=customers/*/apps/chrome/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The app for which details are being queried. Examples: \"customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2\" for the Save to Google Drive Chrome extension version 2.1.2, \"customers/my_customer/apps/android/com.google.android.apps.docs\" for the Google Drive Android app's latest version. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [AppDetails](/chrome/management/reference/rest/v1/customers.apps.android#AppDetails).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/chrome.management.appdetails.readonly`"]]