[[["เข้าใจง่าย","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-21 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"]]