उस क्लास का आईडी जिसके ऑब्जेक्ट की सूची बनाई जाएगी.
token
string
अगर maxResults बताया गया है, तो नतीजों का अगला सेट पाने के लिए इसका इस्तेमाल किया जाता है, लेकिन एक सूची में maxResults से ज़्यादा ऑब्जेक्ट उपलब्ध होते हैं. उदाहरण के लिए, अगर आपके पास 200 ऑब्जेक्ट की सूची है और आपने maxResults को 20 पर सेट करके list को कॉल किया है, तो list पहले 20 ऑब्जेक्ट और एक टोकन दिखाएगा. अगले 20 ऑब्जेक्ट पाने के लिए, maxResults को 20 पर सेट करके और टोकन के साथ सूची को फिर से कॉल करें.
maxResults
integer
यह पता लगाता है कि किसी सूची से, ज़्यादा से ज़्यादा कितने नतीजे दिखाए जा सकते हैं. अगर maxResults तय नहीं है, तो सभी नतीजे दिखते हैं.
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
[[["समझने में आसान है","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-07 (UTC) को अपडेट किया गया."],[[["Retrieves a paginated list of all event ticket objects for a specified issuer ID using a GET request."],["Requires providing the `classId` as a query parameter to filter objects and optionally `token` and `maxResults` for pagination control."],["The response includes an array of `EventTicketObject` resources and pagination details for accessing further results."],["The request body should be empty, and the API requires the `wallet_object.issuer` OAuth scope for authorization."]]],["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"]]