Method: customers.profiles.get
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפונקציה מקבלת פרופיל בדפדפן Chrome עם מזהה לקוח ומזהה קבוע של פרופיל.
בקשת HTTP
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/profiles/*}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. פורמט: customers/{customer_id}/profiles/{profilePermanentId}
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של ChromeBrowserProfile
.
היקפי הרשאה
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/chrome.management.profiles.readonly
https://www.googleapis.com/auth/chrome.management.profiles
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 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`"]]