يسرد العملاء المسجَّلين في المورِّد المحدّد في الوسيطة partnerId. تتضمّن هذه القائمة العملاء الذين أنشأه المورّد والعملاء الذين سجّلوا أنفسهم باستخدام البوابة.
طلب HTTP
GET https://androiddeviceprovisioning.googleapis.com/v1/partners/{partnerId}/customers
تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This endpoint retrieves a list of customers associated with a specific reseller partner, identified by the `partnerId`."],["The request is a `GET` operation using a predefined URL structure and does not require a request body."],["Pagination is supported through the `pageSize` and `pageToken` query parameters, allowing for the retrieval of a subset of customers and the navigation through large datasets."],["The response body, when successful, contains an array of customer objects, along with pagination details such as `nextPageToken` and `totalSize`."],["The access to this API requires the `https://www.googleapis.com/auth/androidworkprovisioning` authorization scope."]]],["This document outlines the process to retrieve a list of customers associated with a reseller partner. The key action is to use a `GET` request to the specified URL: `https://androiddeviceprovisioning.googleapis.com/v1/partners/{partnerId}/customers`, substituting `{partnerId}` with the reseller's ID. Optional query parameters `pageSize` and `pageToken` control pagination. The response includes a JSON payload with `customers` array, `nextPageToken`, and `totalSize`. The request requires authorization with the `https://www.googleapis.com/auth/androidworkprovisioning` scope, and the request body must be empty.\n"]]