[[["容易理解","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 API endpoint allows searching for devices by hardware identifiers like IMEI using a POST request."],["The request URL follows gRPC Transcoding syntax and requires the `partnerId` as a path parameter."],["The request body must include `pageToken`, `limit`, and `deviceIdentifier` to specify the search criteria and results page size."],["The response body includes a list of `devices`, along with `nextPageToken` for pagination and `totalSize` for the total device count."],["Authorization for this API requires the OAuth scope `https://www.googleapis.com/auth/androidworkprovisioning`."]]],["This content describes how to find devices by hardware identifiers using a POST request to `https://androiddeviceprovisioning.googleapis.com/v1/partners/{partnerId}/devices:findByIdentifier`. The request requires a `partnerId` path parameter. The request body must include `pageToken`, `limit` (1-100), and `deviceIdentifier`. The response body includes an array of `devices`, `nextPageToken` for pagination, and `totalSize`. This operation requires the `https://www.googleapis.com/auth/androidworkprovisioning` OAuth scope.\n"]]