[[["সহজে বোঝা যায়","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 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"]]