Groups: get
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אחזור ההגדרות של קבוצה שמזוהה לפי כתובת האימייל שלה.
רוצים לנסות עכשיו?
בקשה
בקשת HTTP
GET https://www.googleapis.com/groups/v1/groups/groupUniqueId
פרמטרים
שם הפרמטר |
ערך |
תיאור |
פרמטרים של נתיב |
groupUniqueId |
string |
כתובת האימייל של הקבוצה.
|
אישור
הבקשה הזו דורשת הרשאה ברמת ההיקף הבאה:
היקף |
https://www.googleapis.com/auth/apps.groups.settings |
גוף הבקשה
אין לספק גוף בקשה בשיטה הזו.
תשובה
אם הפעולה בוצעה ללא שגיאות, ה-method מחזיר משאב Groups בגוף התגובה.
נסה בעצמך!
אפשר להשתמש ב-APIs Explorer שבהמשך כדי להפעיל את השיטה הזו על נתונים פעילים ולראות את התגובה.
לחלופין, אפשר לנסות את ה-Explorer העצמאי.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# Groups: get\n\n| **Note:** Requires [authorization](#auth).\n\nRetrieves a group's settings identified by the group email address.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/groups/v1/groups/groupUniqueId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|----------|----------------------------|\n| **Path parameters** |||\n| `groupUniqueId` | `string` | The group's email address. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|--------------------------------------------------------|\n| `https://www.googleapis.com/auth/apps.groups.settings` |\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a [Groups resource](/workspace/admin/groups-settings/v1/reference/groups#resource) in the response body.\n\nTry it!\n-------\n\n\nUse the APIs Explorer below to call this method on live data and see the response.\nAlternatively, try the\n[standalone\nExplorer](https://developers.google.com/apis-explorer/#p/groupssettings/v1/groupsSettings.groups.get)."]]