maxResults নির্দিষ্ট করা থাকলে ফলাফলের পরবর্তী সেট পেতে ব্যবহার করা হয়, কিন্তু maxResults অবজেক্টের চেয়ে বেশি একটি তালিকায় পাওয়া যায়। উদাহরণস্বরূপ, যদি আপনার কাছে 200টি অবজেক্টের একটি তালিকা থাকে এবং আপনি 20 তে maxResults সেট করে তালিকাটি কল করেন, তালিকাটি প্রথম 20টি বস্তু এবং একটি টোকেন প্রদান করবে। maxResults 20 সেট করে এবং পরবর্তী 20টি অবজেক্ট পেতে টোকেন সহ আবার কল তালিকা।
maxResults
integer
একটি তালিকা দ্বারা প্রত্যাবর্তিত ফলাফলের সর্বাধিক সংখ্যা সনাক্ত করে। maxResults সংজ্ঞায়িত না হলে সমস্ত ফলাফল ফেরত দেওয়া হয়।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
genericobject.list প্রতিক্রিয়া যা একটি প্রদত্ত ইস্যুকারী আইডির জন্য সমস্ত জেনেরিক বস্তুর তালিকা ধারণ করে।
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
[[["সহজে বোঝা যায়","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"]],["2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Retrieves a paginated list of all generic objects associated with a specific issuer ID."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."],["The request is made using an HTTP GET to the `https://walletobjects.googleapis.com/walletobjects/v1/genericObject` endpoint."],["Filter results by class ID and control pagination using query parameters like `maxResults` and `token`."],["The response includes an array of `GenericObject` resources and pagination details."]]],["This API retrieves a list of generic objects for a specified issuer ID using a `GET` request to the provided URL. It supports query parameters: `classId` to filter by class, `token` for pagination, and `maxResults` to limit the number of returned objects. The request body must be empty. The successful response is in JSON format, containing an array of `resources` and `pagination` details. It requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]