Находит устройства, заявленные для клиентов. Результаты содержат только устройства, зарегистрированные у торгового посредника, определенного аргументом partnerId . Устройства клиента, приобретенные у других реселлеров, не отображаются в результатах.
HTTP-запрос
POST https://androiddeviceprovisioning.googleapis.com/v1/partners/{partnerId}/devices:findByOwner
[[["Прост для понимания","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 API endpoint finds devices claimed by customers, specifically those registered to the reseller identified by the `partnerId`."],["The HTTP request is a `POST` method to `https://androiddeviceprovisioning.googleapis.com/v1/partners/{partnerId}/devices:findByOwner`, utilizing gRPC Transcoding syntax."],["The request body requires parameters such as `limit`, and `sectionType`, and includes optional fields for filtering by `customerId` and `googleWorkspaceCustomerId`."],["The response body returns a list of `devices`, and information about pagination through `nextPageToken`, along with the `totalSize`."],["Authorization for this API requires the `https://www.googleapis.com/auth/androidworkprovisioning` OAuth scope."]]],[]]