Method: customers.list
ব্যবহারকারীর গ্রাহক অ্যাকাউন্টের তালিকা করে।
HTTP অনুরোধ
GET https://androiddeviceprovisioning.googleapis.com/v1/customers
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
pageSize | integer প্রয়োজন। ফলাফলের একটি পৃষ্ঠায় দেখানোর জন্য সর্বাধিক সংখ্যক গ্রাহক। 1 এবং 100 এর মধ্যে একটি সংখ্যা (অন্তর্ভুক্ত)। |
pageToken | string কোন ফলাফলের পৃষ্ঠায় ফিরতে হবে তা নির্দিষ্ট করে একটি টোকেন। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
আমার গ্রাহকদের তালিকার জন্য প্রতিক্রিয়া বার্তা.
JSON প্রতিনিধিত্ব |
---|
{
"customers": [
{
object (Company )
}
],
"nextPageToken": string
} |
ক্ষেত্র |
---|
customers[] | object ( Company ) গ্রাহক যে অ্যাকাউন্টের সদস্য কলকারী ব্যবহারকারী। |
nextPageToken | string ফলাফলের পরবর্তী পৃষ্ঠা অ্যাক্সেস করতে ব্যবহৃত একটি টোকেন। আর কোন ফলাফল পাওয়া না গেলে বাদ দেওয়া হবে। |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/androidworkzerotouchemm
আরও তথ্যের জন্য, OAuth 2.0 ওভারভিউ দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-12-17 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-12-17 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This endpoint retrieves a list of customer accounts associated with the authenticated user via a `GET` request to `https://androiddeviceprovisioning.googleapis.com/v1/customers`."],["The request requires `pageSize` and `pageToken` as query parameters to manage the number of results per page and navigate through multiple pages of customer accounts."],["The request body should be empty for this endpoint, meaning no data should be sent within the request body."],["The response body contains a list of customer objects in the `customers` field, and an optional `nextPageToken` string to retrieve subsequent pages of results if available."],["Authorization for this request requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope."]]],["This document outlines the process for listing a user's customer accounts via an HTTP GET request to `https://androiddeviceprovisioning.googleapis.com/v1/customers`. Required query parameters include `pageSize` (1-100) and `pageToken` for pagination. The request body must be empty. A successful response returns a JSON structure containing an array of `customers` (Company objects) and a `nextPageToken` for subsequent pages. Authorization requires the `androidworkzerotouchemm` OAuth scope.\n"]]