Method: customers.profiles.get
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Pobiera profil przeglądarki Chrome z identyfikatorem klienta i trwałym identyfikatorem profilu.
Żądanie HTTP
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/profiles/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Format: customers/{customer_id}/profiles/{profilePermanentId}
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu ChromeBrowserProfile
.
Zakresy autoryzacji
Wymaga jednego z tych zakresów OAuth:
https://www.googleapis.com/auth/chrome.management.profiles.readonly
https://www.googleapis.com/auth/chrome.management.profiles
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\u003eRetrieves a specific Chrome browser profile using customer ID and profile permanent ID.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with specified scopes for profile read or read/write access.\u003c/p\u003e\n"],["\u003cp\u003eEmploys a standard HTTP GET request with path parameters for profile identification.\u003c/p\u003e\n"],["\u003cp\u003eReturns a \u003ccode\u003eChromeBrowserProfile\u003c/code\u003e object containing profile details upon successful request.\u003c/p\u003e\n"],["\u003cp\u003eOffers a \u003ccode\u003eTry it!\u003c/code\u003e section for users to experiment with the API call directly.\u003c/p\u003e\n"]]],[],null,["# Method: customers.profiles.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\nGets a Chrome browser profile with customer ID and profile permanent ID.\n\n### HTTP request\n\n`GET https://chromemanagement.googleapis.com/v1/{name=customers/*/profiles/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|----------------------------------------------------------------------------------|\n| `name` | `string` Required. Format: customers/{customer_id}/profiles/{profilePermanentId} |\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 [ChromeBrowserProfile](/chrome/management/reference/rest/v1/customers.profiles#ChromeBrowserProfile).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/chrome.management.profiles.readonly`\n- `https://www.googleapis.com/auth/chrome.management.profiles`"]]