Перечисляет клиентов, зарегистрированных у торгового посредника, определенного аргументом partnerId . В этот список входят клиенты, созданные торговым посредником, и клиенты, зарегистрировавшиеся с помощью портала.
HTTP-запрос
GET https://androiddeviceprovisioning.googleapis.com/v1/partners/{partnerId}/customers
[[["Прост для понимания","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-11-09 UTC."],[[["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."]]],[]]