Mã nhận dạng của tổ chức phát hành được phép liệt kê các lớp học.
token
string
Dùng để nhận tập hợp kết quả tiếp theo nếu maxResults được chỉ định, nhưng có hơn maxResults lớp trong một danh sách. Ví dụ: nếu bạn có một danh sách gồm 200 lớp và bạn gọi danh sách có maxResults được đặt thành 20, thì danh sách sẽ trả về 20 lớp đầu tiên và một mã thông báo. Gọi lại danh sách với maxResults được đặt thành 20 và mã thông báo để nhận 20 lớp tiếp theo.
maxResults
integer
Xác định số lượng kết quả tối đa được một danh sách trả về. Tất cả kết quả sẽ được trả về nếu không xác định maxResults.
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, phần nội dung phản hồi sẽ chứa dữ liệu có cấu trúc sau:
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-03-13 UTC."],[[["Retrieves a paginated list of all flight classes for a specified issuer ID."],["Uses a GET request to the `walletobjects.googleapis.com/walletobjects/v1/flightClass` endpoint with query parameters for issuer ID, pagination token, and maximum results."],["Requires an empty request body and returns a JSON response containing an array of flight class resources and pagination information."],["Needs authorization with the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope."]]],["This document details retrieving a list of flight classes via a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/flightClass`. It requires an issuer ID, and optionally uses a `token` and `maxResults` for pagination. The request body must be empty. The successful response returns a JSON structure containing an array of `FlightClass` resources and pagination information. OAuth scope `https://www.googleapis.com/auth/wallet_object.issuer` is mandatory.\n"]]