গ্রাহকদের জন্য দাবি করা ডিভাইসগুলি খুঁজে বের করে৷ ফলাফলে শুধুমাত্র রিসেলারের কাছে নিবন্ধিত ডিভাইস থাকে যেগুলো 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."]]],["This describes an API endpoint to find devices claimed by customers, specifically those registered to a given reseller. The API uses a `POST` request to `https://androiddeviceprovisioning.googleapis.com/v1/partners/{partnerId}/devices:findByOwner`, with `partnerId` specifying the reseller. The request body requires a page limit, section type, and optional customer IDs and/or google workspace id to search by. The response contains a list of devices, a next page token if more results are available, and total size. OAuth scope `https://www.googleapis.com/auth/androidworkprovisioning` is needed.\n"]]