Method: flightobject.list
แสดงผลรายการออบเจ็กต์เที่ยวบินทั้งหมดสำหรับรหัสผู้ออกคีย์ที่ระบุ
คำขอ HTTP
GET https://walletobjects.googleapis.com/walletobjects/v1/flightObject
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์การค้นหา
พารามิเตอร์ |
classId |
string
รหัสของคลาสที่จะแสดงออบเจ็กต์
|
token |
string
ใช้เพื่อรับชุดผลลัพธ์ถัดไปหากระบุ maxResults แต่รายการมีออบเจ็กต์มากกว่า maxResults รายการ ตัวอย่างเช่น หากคุณมีรายการออบเจ็กต์ 200 รายการและเรียกใช้รายการโดยตั้งค่า maxResults เป็น 20 รายการ จะแสดงผลออบเจ็กต์ 20 รายการแรกและโทเค็น ตั้งค่ารายการการโทรอีกครั้งโดยตั้งค่า maxResults เป็น 20 และโทเค็นเพื่อรับออบเจ็กต์ 20 รายการถัดไป
|
maxResults |
integer
ระบุจำนวนผลลัพธ์สูงสุดที่รายการส่งคืนมา ระบบจะแสดงผลผลลัพธ์ทั้งหมดหากไม่ได้กำหนด maxResults
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
ช่อง |
resources[] |
object (FlightObject )
ทรัพยากรที่เกี่ยวข้องกับคำขอรายการ
|
pagination |
object (Pagination )
การแบ่งหน้าของคำตอบ
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/wallet_object.issuer
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-11-07 UTC
[null,null,["อัปเดตล่าสุด 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"]]