[[["เข้าใจง่าย","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"],[[["This endpoint retrieves a list of all flight objects for a given issuer ID using a GET request."],["The request requires authorization with the `https://www.googleapis.com/auth/wallet_object.issuer` scope."],["You can filter results by class ID and control pagination with query parameters like `maxResults` and `token`."],["The response includes an array of flight objects and pagination details in JSON format."],["The request body should be empty."]]],["This outlines retrieving a list of flight objects via a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/flightObject`. Key actions include using `classId`, `token` for pagination, and `maxResults` to limit results in query parameters. The request body must be empty. Successful responses contain a JSON array of `FlightObject` resources and `Pagination` details. This process requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]