उस जारी करने वाले का आईडी जिसे क्लास की सूची बनाने की अनुमति है.
token
string
अगर maxResults बताया गया है, तो नतीजों का अगला सेट पाने के लिए इसका इस्तेमाल किया जाता है, लेकिन एक सूची में maxResults से ज़्यादा क्लास उपलब्ध हैं. उदाहरण के लिए, अगर आपके पास 200 क्लास की सूची है और ऐसी कॉल सूची है जिसमें maxResults को 20 पर सेट किया गया है, तो सूची में शुरुआत के 20 क्लास और एक टोकन दिखेगा. फिर से कॉल सूची में maxResults को 20 पर सेट करें और टोकन को अगली 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"]],["आखिरी बार 2025-03-13 (UTC) को अपडेट किया गया."],[[["Retrieves a paginated list of all transit classes for a specified issuer ID."],["Requires an issuer ID as a query parameter and an empty request body."],["The response includes an array of transit class objects and pagination information."],["Utilizes OAuth scope `https://www.googleapis.com/auth/wallet_object.issuer` for authorization."]]],["This content describes how to retrieve a list of transit classes for a specific issuer. A `GET` request is sent to `https://walletobjects.googleapis.com/walletobjects/v1/transitClass`. The request utilizes query parameters: `issuerId` (required), `token` (for pagination), and `maxResults`. The request body must be empty. The response returns a JSON structure with `resources` (a list of TransitClass objects) and `pagination` details. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]