ملاحظة مهمة: لم نعد نقبل عمليات التسجيل الجديدة لواجهة برمجة تطبيقات Play لخدمة إدارة الأجهزة الجوّالة للمؤسسات (EMM).
مزيد من المعلومات
Storelayoutclusters: list
لاسترداد تفاصيل كل المجموعات في الصفحة المحددة.
الطلب
طلب HTTP
GET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/storeLayout/pages/pageId/clusters
المعلمات
اسم المعلَمة |
القيمة |
الوصف |
مَعلمات المسار |
enterpriseId |
string |
رقم تعريف المؤسسة.
|
pageId |
string |
رقم تعريف الصفحة.
|
التفويض
يتطلب هذا الطلب تفويضًا بالنطاق التالي:
النطاق |
https://www.googleapis.com/auth/androidenterprise |
لمزيد من المعلومات، يُرجى الاطّلاع على صفحة المصادقة والتفويض.
نص الطلب
لا تقدِّم نص طلب باستخدام هذه الطريقة.
الرد
في حال نجاح هذه الطريقة، سيتم عرض نص استجابة بالبنية التالية:
{
"kind": "androidenterprise#storeLayoutClustersListResponse",
"cluster": [
storelayoutclusters Resource
]
}
اسم الموقع |
القيمة |
الوصف |
ملاحظات |
cluster[] |
list |
مجموعة المتاجر الخاصة بمؤسسة. |
|
kind |
string |
يحدد نوع هذا المورد. القيمة: السلسلة الثابتة "androidenterprise#storeLayoutClustersListResponse" |
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-13 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-13 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Retrieves details of all clusters on a specific page within an enterprise's store layout."],["Requires authorization with the `https://www.googleapis.com/auth/androidenterprise` scope."],["The request is made using an HTTP GET method to a specific endpoint, providing the enterprise and page IDs as path parameters."],["A successful response includes a list of store clusters and a kind identifier confirming the response type."],["No request body is necessary for this operation."]]],[]]