Method: eventticketobject.list
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি প্রদত্ত ইস্যুকারী আইডির জন্য সমস্ত ইভেন্ট টিকিট অবজেক্টের একটি তালিকা প্রদান করে।
HTTP অনুরোধ
GET https://walletobjects.googleapis.com/walletobjects/v1/eventTicketObject
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
classId | string যে শ্রেণীর অবজেক্ট তালিকাভুক্ত হবে তার আইডি। |
token | string maxResults নির্দিষ্ট করা থাকলে ফলাফলের পরবর্তী সেট পেতে ব্যবহার করা হয়, কিন্তু maxResults অবজেক্টের চেয়ে বেশি একটি তালিকায় পাওয়া যায়। উদাহরণস্বরূপ, যদি আপনার কাছে 200টি অবজেক্টের একটি তালিকা থাকে এবং আপনি 20 তে maxResults সেট করে তালিকাটি কল করেন, তালিকাটি প্রথম 20টি বস্তু এবং একটি টোকেন প্রদান করবে। maxResults 20 সেট করে এবং পরবর্তী 20টি অবজেক্ট পেতে টোকেন সহ আবার কল তালিকা। |
maxResults | integer একটি তালিকা দ্বারা প্রত্যাবর্তিত ফলাফলের সর্বাধিক সংখ্যা সনাক্ত করে। maxResults সংজ্ঞায়িত না হলে সমস্ত ফলাফল ফেরত দেওয়া হয়। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
ক্ষেত্র |
---|
resources[] | object ( EventTicketObject ) তালিকার অনুরোধের সাথে সংশ্লিষ্ট সম্পদ। |
pagination | object ( Pagination ) প্রতিক্রিয়ার পৃষ্ঠা সংখ্যা। |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/wallet_object.issuer
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eRetrieves a paginated list of all event ticket objects for a specified issuer ID using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eRequires providing the \u003ccode\u003eclassId\u003c/code\u003e as a query parameter to filter objects and optionally \u003ccode\u003etoken\u003c/code\u003e and \u003ccode\u003emaxResults\u003c/code\u003e for pagination control.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of \u003ccode\u003eEventTicketObject\u003c/code\u003e resources and pagination details for accessing further results.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and the API requires the \u003ccode\u003ewallet_object.issuer\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],["This service retrieves event ticket objects for a specific issuer ID using a `GET` request to the provided URL. It utilizes query parameters `classId`, `token`, and `maxResults` to filter and paginate the results. The request body must be empty. The successful response contains a JSON array of `EventTicketObject` resources and a pagination object. The operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"],null,["# Method: eventticketobject.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.EventTicketObjectListResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nReturns a list of all event ticket objects for a given issuer ID.\n\n### HTTP request\n\n`GET https://walletobjects.googleapis.com/walletobjects/v1/eventTicketObject`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `classId` | `string` The ID of the class whose objects will be listed. |\n| `token` | `string` Used to get the next set of results if `maxResults` is specified, but more than `maxResults` objects are available in a list. For example, if you have a list of 200 objects and you call list with `maxResults` set to 20, list will return the first 20 objects and a token. Call list again with `maxResults` set to 20 and the token to get the next 20 objects. |\n| `maxResults` | `integer` Identifies the max number of results returned by a list. All results are returned if `maxResults` isn't defined. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"resources\": [ { object (/wallet/reference/rest/v1/eventticketobject#EventTicketObject) } ], \"pagination\": { object (/wallet/reference/rest/v1/Pagination) } } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| `resources[]` | `object (`[EventTicketObject](/wallet/reference/rest/v1/eventticketobject#EventTicketObject)`)` Resources corresponding to the list request. |\n| `pagination` | `object (`[Pagination](/wallet/reference/rest/v1/Pagination)`)` Pagination of the response. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/wallet_object.issuer`"]]